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
c9c23c8a
Commit
c9c23c8a
authored
Dec 14, 2022
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新liquibase
parent
21f3c6a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
wl-3.6.0.xml
...ot-system-equip/src/main/resources/changelog/wl-3.6.0.xml
+6
-6
No files found.
amos-boot-system-equip/src/main/resources/changelog/wl-3.6.0.xml
View file @
c9c23c8a
...
@@ -486,7 +486,7 @@
...
@@ -486,7 +486,7 @@
INSERT INTO `wl_form_group_column_equip`(`id`, `field_name`, `field_label`, `data_type`, `group_id`, `query_strategy`, `not_null`, `group_code`, `creator_id`, `create_date`) VALUES (133000000359, 'volume', '泡沫液罐容积(m³)', 'inputNumber', 132828674828, 'eq', b'0', '92032000', 2581805, '2022-12-12 09:24:37');
INSERT INTO `wl_form_group_column_equip`(`id`, `field_name`, `field_label`, `data_type`, `group_id`, `query_strategy`, `not_null`, `group_code`, `creator_id`, `create_date`) VALUES (133000000359, 'volume', '泡沫液罐容积(m³)', 'inputNumber', 132828674828, 'eq', b'0', '92032000', 2581805, '2022-12-12 09:24:37');
</sql>
</sql>
</changeSet>
</changeSet>
<changeSet
author=
"tianyiming"
id=
"2022121
31822
"
>
<changeSet
author=
"tianyiming"
id=
"2022121
41220
"
>
<preConditions
onFail=
"MARK_RAN"
>
<preConditions
onFail=
"MARK_RAN"
>
<not>
<not>
<columnExists
tableName=
"wl_equipment_specific_alarm"
columnName=
"biz_org_name"
/>
<columnExists
tableName=
"wl_equipment_specific_alarm"
columnName=
"biz_org_name"
/>
...
@@ -494,11 +494,10 @@
...
@@ -494,11 +494,10 @@
</preConditions>
</preConditions>
<comment>
新增站属性字段
</comment>
<comment>
新增站属性字段
</comment>
<sql>
<sql>
ALTER TABLE `wl_equipment_specific_alarm`
ALTER TABLE `wl_equipment_specific_alarm` ADD COLUMN `biz_org_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '机构/部门名称';
ADD COLUMN `biz_org_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '机构/部门名称' AFTER `trace_id`,
ALTER TABLE `wl_equipment_specific_alarm` ADD COLUMN `biz_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '机构编码';
ADD COLUMN `biz_org_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '机构编码' AFTER `biz_org_name`,
ALTER TABLE `wl_equipment_specific_alarm` ADD COLUMN `station_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '换流站名称';
ADD COLUMN `station_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '换流站名称' AFTER `biz_org_code`,
ALTER TABLE `wl_equipment_specific_alarm` ADD COLUMN `station_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '换流站编码';
ADD COLUMN `station_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '换流站编码' AFTER `station_name`;
</sql>
</sql>
</changeSet>
</changeSet>
</databaseChangeLog>
</databaseChangeLog>
\ 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