mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-02-22 02:32:49 +08:00
Merge branch 'refs/heads/dev'
This commit is contained in:
commit
4d2a070c7f
File diff suppressed because one or more lines are too long
@ -1,3 +1,3 @@
|
||||
ALTER TABLE sys_dynamic_component ADD type INT(11) comment "0:分组,1:vue组件" AFTER compile_css;
|
||||
ALTER TABLE sys_dynamic_component ADD remark text comment "备注" AFTER type;
|
||||
update sys_dynamic_component set type = 0 where id in(select pid from sys_dynamic_component where is_del = 0) and is_del = 0
|
||||
update sys_dynamic_component set type = 0 where id in(select * from (select pid from sys_dynamic_component where is_del = 0) a) and is_del = 0
|
||||
|
Loading…
Reference in New Issue
Block a user