Migrace: Úprava pohádky ještě před spojováním stromů
This commit is contained in:
parent
77cbe6ed31
commit
bbfb89b35d
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ def oprav_pohadku(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('seminar', '0059_spoj_stromy'),
|
||||
('seminar', '0058_problem_to_uloha_tema_clanek'),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -104,7 +104,7 @@ def pokacej_les(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('seminar', '0058_problem_to_uloha_tema_clanek'),
|
||||
('seminar', '0059_vytvorit_pohadkanode'),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -10,7 +10,7 @@ import django.utils.timezone
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('seminar', '0060_oprav_pohadku'),
|
||||
('seminar', '0060_spoj_stromy'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in a new issue