update msg.erm table

This commit is contained in:
thinkgem
2018-01-06 20:26:23 +08:00
parent a3c4457cef
commit 484c34466a
5 changed files with 5659 additions and 5874 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,9 @@
create user jeesite
identified by jeesite
quota unlimited on users;
grant connect,resource,create any view to jeesite;
create user jeesite
identified by jeesite
quota unlimited on users;
grant connect,resource,create session,select any table,
create any view,create any table,create any index,
drop any table,drop any view,drop any index
to jeesite;