[Update] 去掉protocol model

pull/2889/head
ibuler 5 years ago
parent 3c825440f0
commit a412864c80

@ -35,4 +35,5 @@ class Migration(migrations.Migration):
field=CharField(blank=True, max_length=128, null=True, verbose_name='Protocols'), field=CharField(blank=True, max_length=128, null=True, verbose_name='Protocols'),
), ),
migrations.RunPython(migrate_assets_protocol), migrations.RunPython(migrate_assets_protocol),
migrations.DeleteModel(name='Protocol'),
] ]

Loading…
Cancel
Save