mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-29 16:27:11 +00:00
[Update] 去掉protocol model
This commit is contained in:
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
Block a user