mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
commit
f39e174db4
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class Migration(migrations.Migration):
|
|||
('name', models.CharField(max_length=25)),
|
||||
('key', models.CharField(db_index=True, max_length=50, unique=True)),
|
||||
('value', models.CharField(max_length=25)),
|
||||
('choices', models.CharField(max_length=50)),
|
||||
('choices', models.CharField(max_length=70)),
|
||||
('description', models.CharField(max_length=100, null=True)),
|
||||
],
|
||||
),
|
||||
|
|
|
@ -13,7 +13,7 @@ class Migration(migrations.Migration):
|
|||
migrations.AlterField(
|
||||
model_name='appsettings',
|
||||
name='choices',
|
||||
field=models.CharField(max_length=50, verbose_name='choices'),
|
||||
field=models.CharField(max_length=70, verbose_name='choices'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='appsettings',
|
||||
|
|
Loading…
Reference in a new issue