Browse Source

Fix typo

middleware_test
Pavel "LEdoian" Turinsky 4 years ago
parent
commit
3153b31b2d
  1. 2
      seminar/migrations/0001_squashed_0067_auto_20190814_0805.py

2
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_';"
),

Loading…
Cancel
Save