Commit c3bb219c authored by tangwei's avatar tangwei

修改水源信息

parent 3d6b2417
......@@ -193,4 +193,36 @@
INSERT INTO `wl_form_group_column` (`id`, `field_name`, `field_label`, `data_type`, `group_id`, `query_strategy`, `not_null`, `group_code`, `creator_id`, `create_date`) VALUES ('133000000319', 'address', '地址', 'String', '132828674817', 'eq', b'0', 'r_fireControlRoom', '2581805', '2022-03-01 12:01:04');
</sql>
</changeSet>
<changeSet author="tw" id="2022-1010-02">
<preConditions onFail="MARK_RAN">
<tableExists tableName="wl_equipment_category"/>
</preConditions>
<comment>wl_equipment_category</comment>
<sql>
INSERT INTO `wl_equipment_category`(`id`, `parent_id`, `code`, `name`, `is_consumptive`, `description`, `remark`, `create_date`, `industry_code`, `image`) VALUES (1579292738841481218, '1438771726480601090', '93060500', '工业水池', 1, NULL, NULL, '2022-10-10 10:08:25', '2', NULL);
</sql>
</changeSet>
<changeSet author="tw" id="2022-1010-04">
<preConditions onFail="MARK_RAN">
<tableExists tableName="wl_equipment_category"/>
</preConditions>
<comment>wl_equipment_category</comment>
<sql>
DELETE from wl_equipment_category where id in (1506468503639584770,1506468626683686914)
</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