| changeset 458 | 604b887e70c3 |
| parent 266 | 825ff4d6a8ac |
| child 545 | c752fdee555b |
--- a/src/hdalab/migrations/0001_initial.py Thu Feb 26 15:51:03 2015 +0100 +++ b/src/hdalab/migrations/0001_initial.py Thu Feb 26 10:33:10 2015 +0100 @@ -3,6 +3,10 @@ from south.v2 import SchemaMigration class Migration(SchemaMigration): + + depends_on = ( + ("hdabo", "0007_auto__add_folder"), + ) def forwards(self, orm):