mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 23:37:39 -02:30
Add API endpoints for workflow approvals
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.20 on 2019-07-01 19:41
|
||||
# Generated by Django 1.11.20 on 2019-07-03 14:38
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
@@ -33,4 +33,9 @@ class Migration(migrations.Migration):
|
||||
},
|
||||
bases=('main.unifiedjobtemplate',),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='workflowapproval',
|
||||
name='workflow_approval_template',
|
||||
field=models.ForeignKey(blank=True, default=None, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='approvals', to='main.WorkflowApprovalTemplate'),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user