Skip to content

Commit

Permalink
Should depend on django_nyt migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Sep 24, 2015
1 parent 405f807 commit 859c8d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wiki/plugins/notifications/south_migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

class Migration(SchemaMigration):

depends_on = (
("django_nyt", "0001_initial"),
)

def forwards(self, orm):
# Adding model 'ArticleSubscription'
db.create_table(u'wiki_notifications_articlesubscription', (
Expand Down Expand Up @@ -141,4 +145,4 @@ def backwards(self, orm):
}
}

complete_apps = ['notifications']
complete_apps = ['notifications']

0 comments on commit 859c8d0

Please sign in to comment.