Skip to content

Commit 439399b

Browse files
gad-3 : week8 : remove wrong dependency to globals. (#1178)
1 parent ecc0619 commit 439399b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FusionIIIT/applications/complaint_system/migrations/0002_auto_20230321_0050.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
('globals', '0002_auto_20230321_0041'),
10+
('globals', '0001_initial'),
1111
('complaint_system', '0001_initial'),
1212
]
1313

0 commit comments

Comments
 (0)