[Update] 修正migrations

This commit is contained in:
ibuler
2019-07-02 16:45:26 +08:00
parent 79554b47d3
commit 930eb1d2e1
16 changed files with 141 additions and 179 deletions

View File

@@ -19,4 +19,5 @@ class Migration(migrations.Migration):
old_name='action',
new_name='actions',
),
migrations.DeleteModel(name='Action'),
]