Commit a00375f3 authored by suhuiguang's avatar suhuiguang

1.修改team_id为string

parent 08ffe6b1
......@@ -2367,9 +2367,6 @@
UPDATE `f_fire_fighting_system` SET `analysis_index_key`='FireAlarm,Fault,Shield,State' WHERE (`code`='029026401813010000000054');
</sql>
</changeSet>
<changeSet author="tw" id="20220120-1">
<preConditions onFail="MARK_RAN">
<tableExists tableName="wl_equipment_category"/>
......@@ -2379,4 +2376,13 @@
REPLACE INTO `wl_equipment_category`(`id`, `parent_id`, `code`, `name`, `is_consumptive`, `description`, `remark`, `create_date`, `industry_code`) VALUES (1438772584828137473, '1438771726480601090', '93060400', '消火栓', 0, NULL, NULL, '2021-09-17 15:51:30', '2');
</sql>
</changeSet>
<changeSet author="suhuiguang" id="1643271244095-1">
<preConditions onFail="MARK_RAN">
<columnExists tableName="wl_equipment_specific" columnName="team_id"/>
</preConditions>
<comment>wl_equipment_specific modify column team_id</comment>
<sql>
alter table `wl_equipment_specific` modify column `team_id` varchar(32) DEFAULT NULL COMMENT '所属队伍id(来源于平台)';
</sql>
</changeSet>
</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