Commit 63343ff3 authored by tangwei's avatar tangwei

修改bug

parent 0f51b4f2
...@@ -1493,16 +1493,16 @@ ...@@ -1493,16 +1493,16 @@
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="tw" id="2021-09-24-0001"> <!-- <changeSet author="tw" id="2021-09-24-0001">-->
<preConditions onFail="MARK_RAN"> <!-- <preConditions onFail="MARK_RAN">-->
<tableExists tableName="jc_alert_called"/> <!-- <tableExists tableName="jc_alert_called"/>-->
</preConditions> <!-- </preConditions>-->
<comment>警情来源系统</comment> <!-- <comment>警情来源系统</comment>-->
<sql> <!-- <sql>-->
ALTER TABLE `jc_alert_called` add system_source varchar(255) COMMENT '来源系统'; <!-- ALTER TABLE `jc_alert_called` add system_source varchar(255) COMMENT '来源系统';-->
ALTER TABLE `jc_alert_called` add system_source_code varchar(255) COMMENT '系统来源code'; <!-- ALTER TABLE `jc_alert_called` add system_source_code varchar(255) COMMENT '系统来源code';-->
</sql> <!-- </sql>-->
</changeSet> <!-- </changeSet>-->
......
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