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
88cfe3de
Commit
88cfe3de
authored
Dec 27, 2021
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.字段liubase位置调整
parent
4ea772f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
13 deletions
+22
-13
wl-3.0.1.xml
...ot-system-equip/src/main/resources/changelog/wl-3.0.1.xml
+0
-12
jcs-1.0.0.0.xml
...ystem-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
+22
-1
No files found.
amos-boot-system-equip/src/main/resources/changelog/wl-3.0.1.xml
View file @
88cfe3de
...
...
@@ -2121,18 +2121,6 @@
alter table `f_fire_fighting_system` add column `biz_org_name` varchar(128) COLLATE utf8mb4_general_ci DEFAULT NULL COMMENT '机构/部门名称';
</sql>
</changeSet>
<changeSet
author=
"chenzhao"
id=
"2021-122201"
>
<preConditions
onFail=
"MARK_RAN"
>
<tableExists
tableName=
"cb_fire_station"
/>
</preConditions>
<comment>
新增机构/部门名称 机构编码
</comment>
<sql>
ALTER TABLE `cb_fire_station` add column `biz_org_name` varchar(104) DEFAULT NULL COMMENT '机构/部门名称';
ALTER TABLE `cb_fire_station` add column `biz_org_code` varchar(1000) DEFAULT NULL COMMENT '机构编码';
</sql>
</changeSet>
<changeSet
author=
"keyong"
id=
"1640203458-1"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
...
...
amos-boot-system-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
View file @
88cfe3de
...
...
@@ -2388,6 +2388,27 @@
UPDATE `cb_data_dictionary` SET name = '电话接报' WHERE sequence_nbr = 1328
</sql>
</changeSet>
<changeSet
author=
"chenzhao"
id=
"2021-122201-01"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<columnExists
tableName=
"cb_fire_station"
columnName=
"biz_org_code"
/>
</not>
</preConditions>
<comment>
新增机构/部门编码
</comment>
<sql>
ALTER TABLE `cb_fire_station` add column `biz_org_code` varchar(1000) DEFAULT NULL COMMENT '机构编码';
</sql>
</changeSet>
<changeSet
author=
"chenzhao"
id=
"2021-122201-02"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<columnExists
tableName=
"cb_fire_station"
columnName=
"biz_org_name"
/>
</not>
</preConditions>
<comment>
新增机构/部门名称
</comment>
<sql>
ALTER TABLE `cb_fire_station` add column `biz_org_name` varchar(104) DEFAULT NULL COMMENT '机构/部门名称';
</sql>
</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