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 @@ ...@@ -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