Commit 1cbcaf50 authored by 李德才's avatar 李德才

修改文件回收站中表的字段长度

parent d727432d
...@@ -2954,6 +2954,7 @@ ...@@ -2954,6 +2954,7 @@
<version edition="135" description="增加签名字段的长度"> <version edition="135" description="增加签名字段的长度">
<sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度"> <sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度">
alter table "AS_FILE" modify "SIGNATURE" varchar2(200); alter table "AS_FILE" modify "SIGNATURE" varchar2(200);
alter table "AS_FILE_RECYLE" modify "SIGNATURE" varchar2(200);
</sql> </sql>
</version> </version>
<version edition="136" description="补充回收站中文件表新字段"> <version edition="136" description="补充回收站中文件表新字段">
......
...@@ -2937,6 +2937,7 @@ ...@@ -2937,6 +2937,7 @@
<version edition="133" description="增加签名字段的长度"> <version edition="133" description="增加签名字段的长度">
<sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度"> <sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度">
alter table "AS_FILE" modify "SIGNATURE" varchar2(200); alter table "AS_FILE" modify "SIGNATURE" varchar2(200);
alter table "AS_FILE_RECYLE" modify "SIGNATURE" varchar2(200);
</sql> </sql>
</version> </version>
......
...@@ -2940,6 +2940,7 @@ ...@@ -2940,6 +2940,7 @@
<version edition="133" description="增加签名字段的长度"> <version edition="133" description="增加签名字段的长度">
<sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度"> <sql creator="Lidecai" createDate="20210218" note="增加签名字段的长度">
alter table "AS_FILE" modify "SIGNATURE" varchar2(200); alter table "AS_FILE" modify "SIGNATURE" varchar2(200);
alter table "AS_FILE_RECYLE" modify "SIGNATURE" varchar2(200);
</sql> </sql>
</version> </version>
......
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