Commit 1f6d5401 authored by lisong's avatar lisong

删除无用表

parent c3d1d870
...@@ -3062,4 +3062,18 @@ ...@@ -3062,4 +3062,18 @@
REPLACE 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 (133000000323, 'longitude', '经度', 'String', 132828674817, 'eq', b'0', 'r_fireControlRoom', 2581805, '2022-03-01 12:04:47'); REPLACE 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 (133000000323, 'longitude', '经度', 'String', 132828674817, 'eq', b'0', 'r_fireControlRoom', 2581805, '2022-03-01 12:04:47');
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="ls" id="20230201-1" runAlways="true">
<preConditions onFail="MARK_RAN">
<tableExists tableName="idx_width_report"/>
</preConditions>
<dropTable tableName="idx_width_report"/>
</changeSet>
<changeSet author="ls" id="20230201-2" runAlways="true">
<preConditions onFail="MARK_RAN">
<tableExists tableName="idx_width_defect"/>
</preConditions>
<dropTable tableName="idx_width_defect"/>
</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