share-platform/config/db/R__notice_update.sql

3 lines
196 B
MySQL
Raw Permalink Normal View History

2022-06-29 09:08:42 +08:00
UPDATE sys_notice SET `from` = '评论' WHERE title LIKE '需求%';
UPDATE sys_notice SET `from` = '通知' WHERE title LIKE '流程%';
UPDATE sys_notice SET `from` = '其他' WHERE title IS NULL;