salix/db/versions/11101-limeCordyline/00-firstScript.sql

5 lines
126 B
MySQL
Raw Normal View History

2024-06-13 11:11:50 +00:00
UPDATE IGNORE bs.nightTask
SET `schema` = 'vn',
`procedure` = 'claimRatio_add'
WHERE `procedure` = 'claim_ratio_routine';