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

工作流表结构调整

上级 3e8c2113
<?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">
<changeSet author="mac (generated)" id="1597309200186-1">
<addColumn tableName="IBZWFDEFINITION">
<column name="WEBSERVICEIDS" type="VARCHAR(200 BYTE)"/>
</addColumn>
<addColumn tableName="IBZWFDEFINITION">
<column name="MOBILESERVICEIDS" type="VARCHAR(200 BYTE)"/>
</addColumn>
</changeSet>
<changeSet author="mac (generated)" id="1597309200186-3">
<preConditions onFail="MARK_RAN" >
<columnExists tableName="IBZWFDEFINITION" columnName="TASKDEFINITIONKEY" />
</preConditions>
<dropColumn columnName="TASKDEFINITIONKEY" tableName="IBZWFDEFINITION"/>
</changeSet>
</databaseChangeLog>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册