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