Skip to content

Commit

Permalink
update migration_blocks query
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Aug 29, 2022
1 parent 62646dc commit b18fa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/sql/migration_block.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ SELECT
MIGRATION_STATUS
FROM {{.Owner}}.MIGRATION_BLOCKS
WHERE MIGRATION_REQUEST_ID=:migration_request_id
AND (MIGRATION_STATUS=0 or MIGRATION_STATUS=3) ORDER BY MIGRATION_ORDER DESC
AND (MIGRATION_STATUS=0 or MIGRATION_STATUS=1 or MIGRATION_STATUS=3) ORDER BY MIGRATION_ORDER DESC

0 comments on commit b18fa6d

Please sign in to comment.