Commit 0669edd0 authored by zhangyingbin's avatar zhangyingbin

调整dbchangelog

parent 23b78aaa
...@@ -905,7 +905,9 @@ ...@@ -905,7 +905,9 @@
</changeSet> </changeSet>
<changeSet id="1660546840856-16" author="zhangyingbin"> <changeSet id="1660546840856-16" author="zhangyingbin">
<preConditions onFail="MARK_RAN"> <preConditions onFail="MARK_RAN">
<columnExists tableName="cb_data_dictionary" columnName="extend"/> <not>
<columnExists tableName="cb_data_dictionary" columnName="extend"/>
</not>
</preConditions> </preConditions>
<comment>字典表结构调整</comment> <comment>字典表结构调整</comment>
<sql> <sql>
......
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