mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
renamed squashed migrations to start at 0002
This commit is contained in:
parent
a8217ae3d3
commit
384dbb6da2
@ -40,7 +40,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
('main', '0001_squashed_v300_release'),
|
||||
('main', '0002_squashed_v300_release'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
x
Reference in New Issue
Block a user