Commit 5d9fc573 authored by xixinzhao's avatar xixinzhao

修改报错

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