From 3153b31b2d2671a921ca46a79147d8f3f842892b Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Thu, 20 Aug 2020 00:56:02 +0200 Subject: [PATCH] Fix typo --- seminar/migrations/0001_squashed_0067_auto_20190814_0805.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_';" ),