Skip to content

Commit bf8a167

Browse files
committed
Rename oauth migrations
1 parent e714315 commit bf8a167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/oauth/migrations/0011_add_remote_relation_model.py renamed to readthedocs/oauth/migrations/0012_add_remote_relation_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Migration(migrations.Migration):
1212

1313
dependencies = [
1414
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
15-
('oauth', '0010_index_full_name'),
15+
('oauth', '0011_add_default_branch'),
1616
]
1717

1818
operations = [

readthedocs/oauth/migrations/0012_data_migration_for_remote_relation_model.py renamed to readthedocs/oauth/migrations/0013_data_migration_for_remote_relation_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def remote_repository_relations_generator(relations, batch_size):
6969
class Migration(migrations.Migration):
7070

7171
dependencies = [
72-
('oauth', '0011_add_remote_relation_model'),
72+
('oauth', '0012_add_remote_relation_model'),
7373
]
7474

7575
operations = [

0 commit comments

Comments
 (0)