mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 10:34:49 +00:00
Instances overhaul
This commit is contained in:
parent
f23e6b000f
commit
47009d47ca
69 changed files with 5011 additions and 4127 deletions
23
instances/migrations/0004_auto_20200618_0817.py
Normal file
23
instances/migrations/0004_auto_20200618_0817.py
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Generated by Django 2.2.13 on 2020-06-18 08:17
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('instances', '0003_auto_20200615_0637'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='instance',
|
||||
name='name',
|
||||
field=models.CharField(db_index=True, max_length=120, verbose_name='name'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='instance',
|
||||
name='uuid',
|
||||
field=models.CharField(db_index=True, max_length=36, verbose_name='uuid'),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue