mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Merge pull request #4098 from beeankha/any_notification_migration
Update "Notify On Start" Migration File
Reviewed-by: Ryan Petrello
https://github.com/ryanpetrello
This commit is contained in:
commit
1f3242900a
@ -38,7 +38,8 @@ class Migration(migrations.Migration):
|
||||
field=models.ManyToManyField(blank=True, related_name='unifiedjobtemplate_notification_templates_for_started', to='main.NotificationTemplate'),
|
||||
),
|
||||
# Separate out "any" notifications into "success" and "error" before the "any" state gets deleted.
|
||||
migrations.RunPython(forwards_split_unified_job_template_any, forwards_split_organization_any),
|
||||
migrations.RunPython(forwards_split_unified_job_template_any, None),
|
||||
migrations.RunPython(forwards_split_organization_any, None),
|
||||
migrations.RemoveField(
|
||||
model_name='organization',
|
||||
name='notification_templates_any',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user