Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <hkawamura0130@gmail.com>
  • Loading branch information
harupy committed Jan 10, 2022
1 parent 852da59 commit 9f0eba0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def upgrade():
# operation is expected to fail under certain circumstances, we execute `drop_constraint()`
# outside of the batch operation context.
try:
op.drop_constraint(constraint_name="status", table_name="runs", type_="check")
# op.drop_constraint(constraint_name="status", table_name="runs", type_="check")
pass
except Exception as e:
_logger.warning(
"Failed to drop check constraint. Dropping check constraints may not be supported"
Expand Down

0 comments on commit 9f0eba0

Please sign in to comment.