Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
a168f687
Commit
a168f687
authored
Jun 08, 2022
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
liquibase脚本提交(cb_org_usr增加u_idx_biz_org_code唯一索引)
parent
e7147c93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
jcs-1.0.0.0.xml
...ystem-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
+15
-0
No files found.
amos-boot-system-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
View file @
a168f687
...
...
@@ -3179,5 +3179,20 @@
ALTER TABLE cb_firefighters MODIFY COLUMN job_title_code text CHARACTER SET utf8 DEFAULT NULL COMMENT '岗位数据字典code';
</sql>
</changeSet>
<changeSet
id=
"20220608-1"
author=
"tb"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<indexExists
indexName=
"u_idx_biz_org_code"
/>
</not>
</preConditions>
<comment>
业务编码唯一索引
</comment>
<createIndex
indexName=
"u_idx_biz_org_code"
tableName=
"cb_org_usr"
unique=
"true"
>
<column
name=
"biz_org_code"
/>
</createIndex>
</changeSet>
</databaseChangeLog>
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