This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
elink-star
/
ShibeiWorkPlatform
Watch
12
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
增加flyway脚本:隐藏旧的event事件footbar
dev
wangxianzhang
3 years ago
parent
7152c64892
commit
70dc6ae78f
1 changed files
with
4 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
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
View File
@ -0,0 +1,4 @@
-- 隐藏旧的事件footbar
update
customer_foot_bar
set
DISPLAY
=
'
0
'
where
BAR_NAME
=
'
事件
'
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
elink-star/ShibeiWorkPlatform
Title
Body
Create Issue