mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-02 22:10:25 +08:00
feat: tag refactor & other
This commit is contained in:
3
server/resources/script/sql/v1.9/v1.9.2.sql
Normal file
3
server/resources/script/sql/v1.9/v1.9.2.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE `t_tag_tree` SET type = 5 WHERE type = 21 or type = 11;
|
||||
UPDATE `t_tag_tree` SET code_path = REPLACE(code_path, '/11|', '/5|') WHERE type = 5;
|
||||
UPDATE `t_tag_tree` SET code_path = REPLACE(code_path, '/21|', '/5|') WHERE type = 5 or type = 22;
|
||||
Reference in New Issue
Block a user