Migrate actstream before deleting stale document types. (Issue #153)
This commit is contained in:
@@ -5,6 +5,9 @@ from django.db import models
|
||||
|
||||
|
||||
class Migration(DataMigration):
|
||||
depends_on = (
|
||||
('actstream', '0007_auto__add_field_follow_started'),
|
||||
)
|
||||
|
||||
def forwards(self, orm):
|
||||
"Write your forwards methods here."
|
||||
|
||||
Reference in New Issue
Block a user