Browse Source

增加flyway脚本:隐藏旧的event事件footbar

dev
wangxianzhang 3 years ago
parent
commit
70dc6ae78f
  1. 4
      epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.26__hide_old_event_footbar.sql

4
epmet-module/oper-customize/oper-customize-server/src/main/resources/db/migration/V0.0.26__hide_old_event_footbar.sql

@ -0,0 +1,4 @@
-- 隐藏旧的事件footbar
update customer_foot_bar
set DISPLAY='0'
where BAR_NAME = '事件'
Loading…
Cancel
Save