initial
This commit is contained in:
18
proxmox/migrations/0005_alter_lxc_lxc.py
Normal file
18
proxmox/migrations/0005_alter_lxc_lxc.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.4 on 2025-07-08 14:10
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('proxmox', '0004_alter_lxc_cores_alter_lxc_cpu_alter_lxc_cpus_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='lxc',
|
||||
name='lxc',
|
||||
field=models.CharField(blank=True, default='', max_length=150, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user