Commit bce31e8c authored by kongfm's avatar kongfm

更新changelog

parent 129de41f
...@@ -44,7 +44,9 @@ ...@@ -44,7 +44,9 @@
<changeSet author="kongfm" id="2021-11-09-02"> <changeSet author="kongfm" id="2021-11-09-02">
<preConditions onFail="MARK_RAN"> <preConditions onFail="MARK_RAN">
<tableExists tableName="tz_equipment_region_num"/> <not>
<tableExists tableName="tz_equipment_region_num"/>
</not>
</preConditions> </preConditions>
<comment>create tz_equipment_region_num</comment> <comment>create tz_equipment_region_num</comment>
<sql> <sql>
...@@ -68,7 +70,9 @@ ...@@ -68,7 +70,9 @@
<changeSet author="kongfm" id="2021-11-09-03"> <changeSet author="kongfm" id="2021-11-09-03">
<preConditions onFail="MARK_RAN"> <preConditions onFail="MARK_RAN">
<tableExists tableName="tz_voice_record_log"/> <not>
<tableExists tableName="tz_voice_record_log"/>
</not>
</preConditions> </preConditions>
<comment>create tz_voice_record_log</comment> <comment>create tz_voice_record_log</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