mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-23 09:13:34 -05:00
renamed squashed migrations to start at 0002
This commit is contained in:
@@ -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 = [
|
||||
Reference in New Issue
Block a user