You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Generated by Django 2.2.28 on 2023-07-31 17:54
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
import django.db.models.deletion
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
('prednasky', '0012_auto_20190610_2358'),
|
|
|
|
('personalni', '0002_initial'),
|
|
|
|
]
|
|
|
|
|
|
|
|
run_before = [
|
|
|
|
('seminar', '0116_smazani_personalniho'),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.SeparateDatabaseAndState(
|
|
|
|
state_operations=[
|
|
|
|
migrations.AlterField(
|
|
|
|
model_name='prednaska',
|
|
|
|
name='org',
|
|
|
|
field=models.ForeignKey(on_delete=django.db.models.deletion.PROTECT, to='personalni.Organizator'),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
database_operations=[],
|
|
|
|
),
|
|
|
|
]
|