Commit de1103c3 authored by 陈勇's avatar 陈勇

添添加流程部署表字段

parent 2ab20062
...@@ -1673,5 +1673,11 @@ ...@@ -1673,5 +1673,11 @@
"from": "0" "from": "0"
}', 'archser'); }', 'archser');
</sql> </sql>
</version>
<version edition="55" description="添加流程部署表字段">
<sql creator="huwenbin" createDate="20200723" note="添加流程部署表字段">
alter table AS_MODEL_DEPLOYMENT
add HAS_ARCHIVE_TASK NUMBER(1);
</sql>
</version> </version>
</update> </update>
\ No newline at end of file
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