Skip to content

Commit c29dd14

Browse files
committed
Revert "Migrations: rename migrations to avoid conflicts"
This reverts commit 9414253.
1 parent dae37d6 commit c29dd14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/builds/migrations/0040_remove_old_jsonfields.py renamed to readthedocs/builds/migrations/0039_remove_old_jsonfields.py

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

88
dependencies = [
9-
('builds', '0039_migrate_config_data'),
9+
('builds', '0038_add_new_jsonfields'),
1010
]
1111

1212
operations = [

readthedocs/integrations/migrations/0010_remove_old_jsonfields.py renamed to readthedocs/integrations/migrations/0009_remove_old_jsonfields.py

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

88
dependencies = [
9-
('integrations', '0009_migrate_headers_data'),
9+
('integrations', '0008_add_new_jsonfields'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)