From b4b41b949966c1cf8ed194de8c90fb06e6c5c278 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Tue, 26 Mar 2024 22:18:12 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1n=C3=AD=20z=C3=A1vislost=C3=AD?= =?UTF-8?q?=20do=20delete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../0120_remove_osoba_user_remove_prijemce_osoba_and_more.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/seminar/migrations/0120_remove_osoba_user_remove_prijemce_osoba_and_more.py b/seminar/migrations/0120_remove_osoba_user_remove_prijemce_osoba_and_more.py index 6e4f4612..1bbfcff0 100644 --- a/seminar/migrations/0120_remove_osoba_user_remove_prijemce_osoba_and_more.py +++ b/seminar/migrations/0120_remove_osoba_user_remove_prijemce_osoba_and_more.py @@ -7,6 +7,10 @@ class Migration(migrations.Migration): dependencies = [ ('seminar', '0119_alter_konfera_ucastnici_and_more'), + ('personalni', '0003_initial'), + ('korektury', '0022_alter_komentar_autor_alter_korekturovanepdf_org_and_more'), + ('prednasky', '0014_alter_prednaska_org'), + ('sifrovacka', '0005_alter_odpoveducastnika_resitel'), ] operations = [