Skip to content

Commit

Permalink
Update backend/migrator/migration/prod/2.17/0000##risk.sql
Browse files Browse the repository at this point in the history
Co-authored-by: boojack <stevenlgtm@gmail.com>
  • Loading branch information
d-bytebase and boojack committed Apr 29, 2024
1 parent 44e0d8f commit 1605614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/migrator/migration/prod/2.17/0000##risk.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
UPDATE setting
SET value = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(value, 'source == 6', 'source == \"DATA_EXPORT\"'), 'source == 5', 'source == \"REQUEST_EXPORT\"'), 'source == 4', 'source == \"REQUEST_QUERY\"'), 'source == 3', 'source == \"CREATE_DATABASE\"'), 'source == 2', 'source == \"DML\"'), 'source == 1', 'source == \"DDL\"')
SET value = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(value, 'source == 6', 'source == \"DATA_EXPORT\"'), 'source == 5', 'source == \"REQUEST_EXPORT\"'), 'source == 4', 'source == \"REQUEST_QUERY\"'), 'source == 3', 'source == \"CREATE_DATABASE\"'), 'source == 2', 'source == \"DML\"'), 'source == 1', 'source == \"DDL\"')
WHERE name = 'bb.workspace.approval';

0 comments on commit 1605614

Please sign in to comment.