...
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.5 on 2025-08-21 11:11
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('manager', '0006_remove_devvm_dns_remove_devvm_lease_remove_devvm_vm_and_more'),
|
||||
('proxmox', '0002_vm'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='VM',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user