Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
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
15所TongWeb
aserver
Commits
1fc55b3e
Commit
1fc55b3e
authored
Mar 30, 2021
by
成亚卿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加水印字段
parent
3bb3a453
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+11
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
1fc55b3e
...
@@ -3030,4 +3030,14 @@ commit;
...
@@ -3030,4 +3030,14 @@ commit;
comment on column "AS_SYSTEM"."MICRO_APP" is '微前端路径';
comment on column "AS_SYSTEM"."MICRO_APP" is '微前端路径';
</sql>
</sql>
</version>
</version>
<version
edition=
"147"
description=
"设置水印"
>
<sql
creator=
"ChengYaqing"
createDate=
"20210330"
note=
"设置水印"
>
alter table "AS_SCAN_SETTING" add column("SPLIT_VALUE" VARCHAR2(255));
alter table "AS_SCAN_SETTING" add column("STATIC_VALUE" VARCHAR2(255));
alter table "AS_SCAN_SETTING" add column("ORGAN_ID" NUMBER(10,0));
comment on column "AS_SCAN_SETTING"."SPLIT_VALUE" is '水印分隔符';
comment on column "AS_SCAN_SETTING"."STATIC_VALUE" is '静态水印值';
comment on column "AS_SCAN_SETTING"."ORGAN_ID" is '立档单位ID,用于区分上下级';
</sql>
</version>
</update>
</update>
\ No newline at end of file
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