mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Added migration dependency.
This commit is contained in:
parent
0a364f39d6
commit
27ac9a206e
@ -7,6 +7,10 @@ from django.db import models
|
||||
|
||||
class Migration(SchemaMigration):
|
||||
|
||||
depends_on = (
|
||||
('djcelery', '0001_initial'),
|
||||
)
|
||||
|
||||
def forwards(self, orm):
|
||||
# Adding model 'LaunchJobStatusEvent'
|
||||
db.create_table(u'main_launchjobstatusevent', (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user