Commit a412864c authored by ibuler's avatar ibuler

[Update] 去掉protocol model

parent 3c825440
......@@ -35,4 +35,5 @@ class Migration(migrations.Migration):
field=CharField(blank=True, max_length=128, null=True, verbose_name='Protocols'),
),
migrations.RunPython(migrate_assets_protocol),
migrations.DeleteModel(name='Protocol'),
]
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