Commit 28eaf174 authored by 李腾威's avatar 李腾威

bug 2961

parent ad96e8c6
...@@ -1118,4 +1118,15 @@ ...@@ -1118,4 +1118,15 @@
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="litw" id="2021-09-22-litw-1">
<preConditions onFail="MARK_RAN">
<tableExists tableName="cb_fire_station"/>
</preConditions>
<comment>BUG 2961 微型消防站名称字段过短导致报错</comment>
<sql>
ALTER TABLE cb_fire_station MODIFY COLUMN name varchar(300) NULL COMMENT '微型消防站名称';
</sql>
</changeSet>
</databaseChangeLog> </databaseChangeLog>
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