Skip to content

Commit cd8d60f

Browse files
Merge pull request #6 from Cooperation-org/merge-migrations
merge conflicting migrations
2 parents 34e4c29 + 3f6da11 commit cd8d60f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 4.2.7 on 2025-10-24 02:43
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('core', '0011_alter_class_options_alter_class_description_and_more'),
10+
('core', '0011_alter_user_role'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)