Commit 13b440c6 authored by 胡文斌's avatar 胡文斌

修改文件表size字段长度

parent 0476ccc2
...@@ -1945,7 +1945,12 @@ ...@@ -1945,7 +1945,12 @@
alter table AS_MENU modify GROUP_ORDER default 0; alter table AS_MENU modify GROUP_ORDER default 0;
</sql> </sql>
</version> </version>
<version edition="77" description="修改文件表size字段长度" >
<sql creator="huwenbin" createDate="20200907" note="修改文件表size字段长度">
alter table "AS_FILE_RECYLE" modify "size" NUMBER(13, 0);
alter table "AS_FILE" modify "size" NUMBER(13, 0);
</sql>
</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