This commit is contained in:
Pavel "LEdoian" Turinsky 2020-08-20 00:56:02 +02:00
parent 7fb7694798
commit 3153b31b2d

View file

@ -1817,7 +1817,7 @@ class Migration(migrations.Migration):
), ),
# migr "fix 0058" # 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_';",
"update seminar_problemy set typ = 'uloha' where typ like 'b_uloha_';" "update seminar_problemy set typ = 'uloha' where typ like 'b_uloha_';"
), ),