Skip to content

Commit

Permalink
chore: remove migrated QA criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
dodumosu committed Jun 18, 2020
1 parent 9adff86 commit 4efd514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/versions/1e17be41a449_migrate_qa_expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def upgrade():
if 'expression' not in quality_check:
quality_check['expression'] = qb.build_expression(
quality_check)
quality_check.pop('criteria')
statement = form_table.update().where(
form_table.c.id == form_id
).values(quality_checks=quality_checks)
Expand Down

0 comments on commit 4efd514

Please sign in to comment.