Skip to content

Commit 4869667

Browse files
committed
Update migrations
1 parent 6549234 commit 4869667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/projects/migrations/0058_migrate_null_rank.py renamed to readthedocs/projects/migrations/0059_migrate_null_rank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def forwards_func(apps, schema_editor):
1212
class Migration(migrations.Migration):
1313

1414
dependencies = [
15-
('projects', '0057_add_page_rank'),
15+
('projects', '0058_update_timestamp_fields'),
1616
]
1717

1818
operations = [

readthedocs/projects/migrations/0059_make_rank_not_null.py renamed to readthedocs/projects/migrations/0060_make_rank_not_null.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-
('projects', '0058_migrate_null_rank'),
10+
('projects', '0059_migrate_null_rank'),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)