Commit f10a0b9e authored by 高建强's avatar 高建强

item:【danger】liquibase脚本维护

parent 045cb08f
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"> http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd">
<changeSet id="20211013-1" author="tb"> <changeSet author="gaojianqiang" id="20220705-00">
<preConditions> <preConditions onFail="MARK_RAN">
<columnExists tableName="p_latent_danger" columnName="biz_info" /> <columnExists tableName="p_latent_danger" columnName="biz_info" />
</preConditions> </preConditions>
<comment>修改业务信息字段biz_info字段类型为text</comment> <comment>修改业务信息字段biz_info字段类型为text</comment>
......
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