Commit 3a2a5ba1 authored by tangwei's avatar tangwei

增加脚本

parent e9e9be96
...@@ -462,4 +462,21 @@ ...@@ -462,4 +462,21 @@
ALTER TABLE `wl_equipment_specific_alarm_log` ADD COLUMN `station_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '换流站编码'; ALTER TABLE `wl_equipment_specific_alarm_log` ADD COLUMN `station_code` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '换流站编码';
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="tw" id="20221208-1">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="idx_biz_station_info" columnName="warehouse_id"/>
</not>
</preConditions>
<comment>新增属性字段 warehouse_id</comment>
<sql>
alter table `idx_biz_station_info` add column `warehouse_id` bigint(32) COMMENT '仓库id';
</sql>
</changeSet>
</databaseChangeLog> </databaseChangeLog>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment