diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 194: make 0020_auto__add_field_testjob__results_bundle depend on the dashboard_app bundle that creates...

Message ID 20120629001313.11857.58546.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson June 29, 2012, 12:13 a.m. UTC
------------------------------------------------------------
revno: 194
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2012-06-29 12:12:08 +1200
message:
  make 0020_auto__add_field_testjob__results_bundle depend on the dashboard_app bundle that creates the bundle table
modified:
  lava_scheduler_app/migrations/0020_auto__add_field_testjob__results_bundle.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_scheduler_app/migrations/0020_auto__add_field_testjob__results_bundle.py'
--- lava_scheduler_app/migrations/0020_auto__add_field_testjob__results_bundle.py	2012-06-22 01:45:05 +0000
+++ lava_scheduler_app/migrations/0020_auto__add_field_testjob__results_bundle.py	2012-06-29 00:12:08 +0000
@@ -7,6 +7,10 @@ 
 
 class Migration(SchemaMigration):
 
+    depends_on = [
+        ('dashboard_app', '0001_initial'),
+        ]
+
     def forwards(self, orm):
         # Adding field 'TestJob._results_bundle'
         db.add_column('lava_scheduler_app_testjob', '_results_bundle',