We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da35f51 commit f58595eCopy full SHA for f58595e
migrations/versions/1e17be41a449_migrate_qa_expressions.py
@@ -27,6 +27,7 @@ def upgrade():
27
if 'expression' not in quality_check:
28
quality_check['expression'] = qb.build_expression(
29
quality_check)
30
+ quality_check.pop('criteria')
31
statement = form_table.update().where(
32
form_table.c.id == form_id
33
).values(quality_checks=quality_checks)
0 commit comments