Skip to content

Commit 9414253

Browse files
committed
Migrations: rename migrations to avoid conflicts
1 parent a7ba9b1 commit 9414253

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

1212
operations = [

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

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

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

1212
operations = [

0 commit comments

Comments
 (0)