mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
renumber migrations correctly
This commit is contained in:
parent
d72896f9a6
commit
79b8e6b6f0
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('main', '0100_v370_projectupdate_job_tags'),
|
||||
('main', '0101_v370_generate_new_uuids_for_iso_nodes'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
x
Reference in New Issue
Block a user