Fix dependency issue found by south migrationcheck command

Due to pgp_signature being added to the Package model, we need to depend
on this later change as well.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-12-31 10:28:43 -06:00
parent c37fe10728
commit 95394bc4fa

View File

@ -8,6 +8,7 @@ class Migration(DataMigration):
depends_on = (
('main', '0045_add_todolist_date_added_index'),
('main', '0053_auto__add_field_package_pgp_signature'),
)
def forwards(self, orm):