This commit is contained in:
root
2026-02-12 17:14:01 +01:00
parent 2e9692777f
commit 8dfe3393a5
142 changed files with 32622 additions and 2 deletions
@@ -0,0 +1,16 @@
# Generated by Django 5.2.5 on 2025-08-22 06:40
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('manager', '0006_remove_devvm_dns_remove_devvm_lease_remove_devvm_vm_and_more'),
]
operations = [
migrations.DeleteModel(
name='TaskStatusLog',
),
]