Commit 5d9fc573 authored by xixinzhao's avatar xixinzhao

修改报错

parent 894ead25
......@@ -935,17 +935,17 @@
</sql>
</changeSet>-->
<changeSet author="20230629" id="20230629-1">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="dz_point_system" columnName="gateway_id"/>
</not>
</preConditions>
<comment>新增属性字段 gateway_id</comment>
<sql>
alter table `dz_point_system` add column `gateway_id` varchar(50) COMMENT '网关标识ID';
</sql>
</changeSet>
<!-- <changeSet author="20230629" id="20230629-1">-->
<!-- <preConditions onFail="MARK_RAN">-->
<!-- <not>-->
<!-- <columnExists tableName="dz_point_system" columnName="gateway_id"/>-->
<!-- </not>-->
<!-- </preConditions>-->
<!-- <comment>新增属性字段 gateway_id</comment>-->
<!-- <sql>-->
<!-- alter table `dz_point_system` add column `gateway_id` varchar(50) COMMENT '网关标识ID';-->
<!-- </sql>-->
<!-- </changeSet>-->
<changeSet author="cz" id="202307030001">
......
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