Skip to content

Commit adb9858

Browse files
committed
Migrations fixed
1 parent 8d14c6c commit adb9858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/gold/migrations/0003_add_vat_id.py renamed to readthedocs/gold/migrations/0004_add_vat_id.py

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

1010
dependencies = [
11-
('gold', '0002_rename_last_4_digits'),
11+
('gold', '0003_add_missing_model_change_migrations'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)