Commit 2b0b037e authored by 陈勇's avatar 陈勇

Merge branch 'updateSql' into 'master'

Update sql See merge request common/aserver!2
parents cfbc6ed6 e7cd9510
......@@ -738,4 +738,9 @@
CREATE SEQUENCE "SEQ_AS_TREECLASSFIC" INCREMENT BY 1 START WITH 1 MAXVALUE 9223372036854775807 MINVALUE 1;
</sql>
</version>
<version edition="39" description="修改AS_LIBRARY字段长度">
<sql creator="lidecai" createDate="20200629" note="修改AS_LIBRARY种的字段长度">
alter table AS_LIBRARY modify(NAME_COLLECTION VARCHAR2(255))
</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