Commit 905f2fc3 authored by 杨日斐's avatar 杨日斐

Merge branch 'SZDAS_V2.0' of http://gitlab.archser.com/common/aserver.git into SZDAS_V2.0

parents 859a4e76 82d4e1c3
...@@ -2057,8 +2057,8 @@ ...@@ -2057,8 +2057,8 @@
</version> </version>
<version edition="84" description="修改文件表"> <version edition="84" description="修改文件表">
<sql creator="chengYaqing" createDate="20200926" note="修改文件表"> <sql creator="chengYaqing" createDate="20200926" note="修改文件表">
alter table AS_FILE modify (file_code CLOB); alter table AS_FILE modify (file_code varchar2(255));
alter table AS_FILE_RECYLE (file_code CLOB); alter table AS_FILE_RECYLE modify (file_code varchar2(255));
</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