Commit 4fbfefba authored by tianbo's avatar tianbo

liquibase 错误修改

parent bf79528d
...@@ -100,7 +100,9 @@ ...@@ -100,7 +100,9 @@
<changeSet author="chenhao" id="2021-08-26-chenhao-1"> <changeSet author="chenhao" id="2021-08-26-chenhao-1">
<preConditions onFail="MARK_RAN"> <preConditions onFail="MARK_RAN">
<tableExists tableName="cb_firefighters_contract"/> <not>
<columnExists tableName="cb_firefighters_contract" columnName="start_time"/>
</not>
</preConditions> </preConditions>
<comment>modify table cb_firefighters_contract add one columns</comment> <comment>modify table cb_firefighters_contract add one columns</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