Commit 6f6c2b0c by Kelketek

Remove redundant operations from migration

These redundant operations cause the migrations to fail on AWS.
parent 98a0dd6f
...@@ -12,14 +12,6 @@ class Migration(migrations.Migration): ...@@ -12,14 +12,6 @@ class Migration(migrations.Migration):
] ]
operations = [ operations = [
migrations.RemoveField(
model_name='articlesubscription',
name='articleplugin_ptr',
),
migrations.RemoveField(
model_name='articlesubscription',
name='subscription_ptr',
),
migrations.DeleteModel( migrations.DeleteModel(
name='ArticleSubscription', name='ArticleSubscription',
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment