Skip to content

Commit 1d18e31

Browse files
Merged migrations
1 parent b388931 commit 1d18e31

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 4.2.10 on 2025-08-18 12:01
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("main", "0067_alter_project_feature_flags"),
9+
("main", "0068_alter_project_options"),
10+
]
11+
12+
operations = []

0 commit comments

Comments
 (0)