Skip to content

Commit c4f8212

Browse files
committed
Fix migration name on modified date migration
1 parent a6120f4 commit c4f8212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/migrations/0030_add_modified_date_importedfile.py renamed to readthedocs/projects/migrations/0031_add_modified_date_importedfile.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-
('projects', '0029_add_additional_languages'),
11+
('projects', '0030_add_modified_date_importedfile'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)