Zapomenuta migrace: nepovinna prezdivka
This commit is contained in:
parent
df14d03fc2
commit
dde97d7ab5
1 changed files with 18 additions and 0 deletions
18
seminar/migrations/0094_auto_20210701_0149.py
Normal file
18
seminar/migrations/0094_auto_20210701_0149.py
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Generated by Django 2.2.24 on 2021-06-30 23:49
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('seminar', '0093_auto_20210330_2105'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='osoba',
|
||||||
|
name='prezdivka',
|
||||||
|
field=models.CharField(blank=True, max_length=256, null=True, verbose_name='přezdívka'),
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue