提交 78316f6e 编写于 作者: sq3536's avatar sq3536

daily

上级 8c9ee466
<?xml version="1.1" encoding="UTF-8" standalone="no"?> <?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd"> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.8.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
<changeSet author="mac (generated)" id="1600081388728-2"> <changeSet author="mac (generated)" id="1600081388729-2">
<preConditions onFail="MARK_RAN" > <preConditions onFail="MARK_RAN" >
<not> <not>
<columnExists tableName="IBZMSGBODY" columnName="MSGLINK_PC" /> <columnExists tableName="IBZMSGBODY" columnName="MSGLINK_PC" />
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<column name="MSGLINK_PC" type="VARCHAR(100 BYTE)"/> <column name="MSGLINK_PC" type="VARCHAR(100 BYTE)"/>
</addColumn> </addColumn>
</changeSet> </changeSet>
<changeSet author="mac (generated)" id="1600081388728-1"> <changeSet author="mac (generated)" id="1600081388729-1">
<modifyDataType columnName="USERDATA2" newDataType="varchar(200)" tableName="IBZMSGBODY"/> <modifyDataType columnName="USERDATA2" newDataType="varchar(2000)" tableName="IBZMSGBODY"/>
</changeSet> </changeSet>
</databaseChangeLog> </databaseChangeLog>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册