上传代码

This commit is contained in:
zhangdongxu
2017-12-19 14:55:52 +08:00
commit 13acafd43d
4777 changed files with 898870 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
alter table services_request_log drop column EXCEPTION_INFO;
-- Add/modify columns
alter table SERVICES_REQUEST_LOG add EXCEPTION_INFO clob;
-- Add comments to the columns
comment on column SERVICES_REQUEST_LOG.EXCEPTION_INFO
is '请求时发生的异常记录不记录rest异常';