Added migration dependency.

This commit is contained in:
Chris Church 2013-04-16 16:18:25 -04:00
parent 0a364f39d6
commit 27ac9a206e

View File

@ -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', (