forked from uncloud/uncloud
Remove vms field from vmhost
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
2a73f0e767
commit
139aca6a61
3 changed files with 23 additions and 5 deletions
17
uncloud/uncloud_vm/migrations/0003_remove_vmhost_vms.py
Normal file
17
uncloud/uncloud_vm/migrations/0003_remove_vmhost_vms.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 3.0.3 on 2020-03-05 13:58
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('uncloud_vm', '0002_auto_20200305_1321'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='vmhost',
|
||||
name='vms',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue