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

修改索引表长字段

parent de1103c3
......@@ -1680,4 +1680,12 @@
add HAS_ARCHIVE_TASK NUMBER(1);
</sql>
</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>
\ 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