Commit 63343ff3 authored by tangwei's avatar tangwei

修改bug

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