mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Rename squash 300 to 30
This commit is contained in:
@@ -10,7 +10,7 @@ from django.conf import settings
|
|||||||
import awx.main.fields
|
import awx.main.fields
|
||||||
|
|
||||||
import _squashed
|
import _squashed
|
||||||
from _squashed_300 import SQUASHED_300
|
from _squashed_30 import SQUASHED_30
|
||||||
|
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
@@ -22,7 +22,7 @@ class Migration(migrations.Migration):
|
|||||||
(b'main', '0025_v300_update_rbac_parents'),
|
(b'main', '0025_v300_update_rbac_parents'),
|
||||||
(b'main', '0026_v300_credential_unique'),
|
(b'main', '0026_v300_credential_unique'),
|
||||||
(b'main', '0027_v300_team_migrations'),
|
(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 = [
|
dependencies = [
|
||||||
@@ -120,4 +120,4 @@ class Migration(migrations.Migration):
|
|||||||
field=models.ForeignKey(related_name='teams', to='main.Organization'),
|
field=models.ForeignKey(related_name='teams', to='main.Organization'),
|
||||||
preserve_default=False,
|
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()
|
host.save()
|
||||||
|
|
||||||
|
|
||||||
SQUASHED_300 = {
|
SQUASHED_30 = {
|
||||||
'0029_v302_add_ask_skip_tags': [
|
'0029_v302_add_ask_skip_tags': [
|
||||||
# add ask skip tags
|
# add ask skip tags
|
||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
@@ -57,4 +57,4 @@ SQUASHED_300 = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['SQUASHED_300']
|
__all__ = ['SQUASHED_30']
|
||||||
Reference in New Issue
Block a user