mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
preparing for new incoming migrations
This commit is contained in:
parent
b0bbeb2ca8
commit
6fc51e2d85
@ -9,7 +9,7 @@ from django.conf import settings
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0014_v300_invsource_cred'),
|
||||
('main', '0015_v300_label_changes'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
@ -8,7 +8,7 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0015_v300_prompting_changes'),
|
||||
('main', '0016_v300_prompting_changes'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
x
Reference in New Issue
Block a user