mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
renamed squashed migrations to start at 0002
This commit is contained in:
@@ -40,7 +40,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
('main', '0001_squashed_v300_release'),
|
('main', '0002_squashed_v300_release'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user