mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Add placeholder migration (#16010)
This commit is contained in:
parent
024fe55047
commit
635e947413
9
awx/main/migrations/0201_create_managed_creds.py
Normal file
9
awx/main/migrations/0201_create_managed_creds.py
Normal file
@ -0,0 +1,9 @@
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('main', '0200_template_name_constraint'),
|
||||
]
|
||||
|
||||
operations = []
|
||||
@ -7,7 +7,7 @@ from awx.main.migrations._create_system_jobs import delete_clear_tokens_sjt
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('main', '0200_template_name_constraint'),
|
||||
('main', '0201_create_managed_creds'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
x
Reference in New Issue
Block a user