mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
reorder migrations after a rebase
This commit is contained in:
@@ -8,7 +8,7 @@ from django.db import migrations, models
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0100_v370_projectupdate_job_tags'),
|
('main', '0102_v370_unifiedjob_canceled'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user