Migrace rušící akt. ročník z nastavení
This commit is contained in:
parent
8b9049add9
commit
b7497b37d9
1 changed files with 17 additions and 0 deletions
17
seminar/migrations/0070_remove_nastaveni_aktualni_rocnik.py
Normal file
17
seminar/migrations/0070_remove_nastaveni_aktualni_rocnik.py
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Generated by Django 2.2.7 on 2019-11-21 17:38
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('seminar', '0069_auto_20191120_2115'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='nastaveni',
|
||||||
|
name='aktualni_rocnik',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in a new issue