Commit fd6d8867 authored by suhuiguang's avatar suhuiguang

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents 6a2c2221 63343ff3
......@@ -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