Commit 7fc8005b authored by 李腾威's avatar 李腾威

bug 3268

parent db2e3734
...@@ -1906,6 +1906,16 @@ ...@@ -1906,6 +1906,16 @@
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="ltw" id="2021-10-25-1">
<preConditions onFail="MARK_RAN">
<tableExists tableName="jc_alert_submitted"/>
</preConditions>
<comment>修改警情报送发送人字段长度</comment>
<sql>
ALTER TABLE jc_alert_submitted MODIFY COLUMN sender varchar(50) DEFAULT NULL COMMENT '发送人';
</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