Fix typo
This commit is contained in:
parent
7fb7694798
commit
3153b31b2d
1 changed files with 1 additions and 1 deletions
|
@ -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_';"
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue