mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
Fixed Migration
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Generated by Django 2.2.16 on 2021-04-29 16:31
|
# Generated by Django 2.2.16 on 2021-05-18 18:08
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0138_custom_inventory_scripts_removal'),
|
('main', '0142_update_ee_image_field_description'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user