mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Rename squash 300 to 30
This commit is contained in:
parent
af3e6f792c
commit
47a3ba9bd5
@ -10,7 +10,7 @@ from django.conf import settings
|
||||
import awx.main.fields
|
||||
|
||||
import _squashed
|
||||
from _squashed_300 import SQUASHED_300
|
||||
from _squashed_30 import SQUASHED_30
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
@ -22,7 +22,7 @@ class Migration(migrations.Migration):
|
||||
(b'main', '0025_v300_update_rbac_parents'),
|
||||
(b'main', '0026_v300_credential_unique'),
|
||||
(b'main', '0027_v300_team_migrations'),
|
||||
(b'main', '0028_v300_org_team_cascade')] + _squashed.replaces(SQUASHED_300)
|
||||
(b'main', '0028_v300_org_team_cascade')] + _squashed.replaces(SQUASHED_30)
|
||||
|
||||
|
||||
dependencies = [
|
||||
@ -120,4 +120,4 @@ class Migration(migrations.Migration):
|
||||
field=models.ForeignKey(related_name='teams', to='main.Organization'),
|
||||
preserve_default=False,
|
||||
),
|
||||
] + _squashed.operations(SQUASHED_300)
|
||||
] + _squashed.operations(SQUASHED_30)
|
||||
|
||||
@ -16,7 +16,7 @@ def update_dashed_host_variables(apps, schema_editor):
|
||||
host.save()
|
||||
|
||||
|
||||
SQUASHED_300 = {
|
||||
SQUASHED_30 = {
|
||||
'0029_v302_add_ask_skip_tags': [
|
||||
# add ask skip tags
|
||||
migrations.AddField(
|
||||
@ -57,4 +57,4 @@ SQUASHED_300 = {
|
||||
}
|
||||
|
||||
|
||||
__all__ = ['SQUASHED_300']
|
||||
__all__ = ['SQUASHED_30']
|
||||
Loading…
x
Reference in New Issue
Block a user