mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Add placeholder migration (#16010)
This commit is contained in:
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 = [
|
||||
Reference in New Issue
Block a user