mirror of https://github.com/jumpserver/jumpserver
[Update] 去掉protocol model
parent
3c825440f0
commit
a412864c80
|
@ -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'),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue