Web M&M
https://mam.matfyz.cz
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.
26 lines
733 B
26 lines
733 B
1 year ago
|
# 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_organizator_osoba_prijemce_resitel_skola'),
|
||
|
]
|
||
|
|
||
|
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=[],
|
||
|
),
|
||
|
]
|