Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邬友楠
test
Commits
9276db30
Commit
9276db30
authored
Jan 14, 2020
by
雍欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加 limit_handler字段
parent
efe94a52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
createdb.sql
db/createdb.sql
+9
-0
No files found.
db/createdb.sql
View file @
9276db30
...
@@ -4993,3 +4993,12 @@ end p_update_role_fullinfo;
...
@@ -4993,3 +4993,12 @@ end p_update_role_fullinfo;
ALTER
TABLE
"WF_TASKCOLLECTION"
MODIFY
(
"TASK_ID"
NOT
NULL
ENABLE
);
ALTER
TABLE
"WF_TASKCOLLECTION"
MODIFY
(
"TASK_ID"
NOT
NULL
ENABLE
);
ALTER
TABLE
"WF_TASKCOLLECTION"
MODIFY
(
"PERSON_ID"
NOT
NULL
ENABLE
);
ALTER
TABLE
"WF_TASKCOLLECTION"
MODIFY
(
"PERSON_ID"
NOT
NULL
ENABLE
);
ALTER
TABLE
WF_ApprovalRuleHandlerGroup
ADD
LIMIT_HANDLER
int
;
ALTER
TABLE
wf_procunithandler
ADD
LIMIT_HANDLER
int
;
ALTER
TABLE
wf_procunithandler_cache
ADD
LIMIT_HANDLER
int
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment