Commit 5943a656 authored by 张龙发's avatar 张龙发

修改索引表长字段

parent de1103c3
...@@ -1674,10 +1674,18 @@ ...@@ -1674,10 +1674,18 @@
}', 'archser'); }', 'archser');
</sql> </sql>
</version> </version>
<version edition="55" description="添加流程部署表字段"> <version edition="55" description="添加流程部署表字段">
<sql creator="huwenbin" createDate="20200723" note="添加流程部署表字段"> <sql creator="huwenbin" createDate="20200723" note="添加流程部署表字段">
alter table AS_MODEL_DEPLOYMENT alter table AS_MODEL_DEPLOYMENT
add HAS_ARCHIVE_TASK NUMBER(1); add HAS_ARCHIVE_TASK NUMBER(1);
</sql> </sql>
</version> </version>
<version edition="56" description="修改索引表长字段">
<sql creator="zhanglongfa" createDate="20200728" note="修改索引表长字段">
alter table AS_INDEX_MESSAGE drop column content;
alter table AS_INDEX_MESSAGE add content clob;
</sql>
</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