Revert "Revert "add update script""

This reverts commit 9db7917975.
This commit is contained in:
thinkgem
2018-07-22 23:49:08 +08:00
parent 9db7917975
commit 4cf49b7446
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
UPDATE ${_prefix}sys_menu SET permission='sys:stste:cache' WHERE permission='sys:stste:ehcache';
UPDATE ${_prefix}sys_menu SET menu_href='/state/cache/index' WHERE menu_href='/state/ehcache';
UPDATE ${_prefix}sys_menu SET menu_href='/state/server/index' WHERE menu_href='/state/server';
commit;