mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02: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):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0200_template_name_constraint'),
|
('main', '0201_create_managed_creds'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user