diff --git a/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py b/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py index 653a9eaf..5eb3e452 100644 --- a/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py +++ b/seminar/migrations/0001_squashed_0067_auto_20190814_0805.py @@ -1817,7 +1817,7 @@ class Migration(migrations.Migration): ), # migr "fix 0058" - migtations.RunSQL( + migrations.RunSQL( "update seminar_problemy set typ = 'uloha' where typ like 'b_uloha_';", "update seminar_problemy set typ = 'uloha' where typ like 'b_uloha_';" ),