Commit 039a1d54 authored by 成亚卿's avatar 成亚卿

修改错误信息表

parent 7bd36c0e
......@@ -1970,6 +1970,11 @@
"SEQ_AS_TASK_LOG" INCREMENT BY 1 START WITH 1 MAXVALUE
9999999999999999 MINVALUE 1 CACHE 20;
</sql>
<sql creator="ChengYaqing" createDate="20200909" note="修改错误信息表">
alter table AS_BUGINFO rename column IP to TASK_ID;
alter table AS_BUGINFO modify(TASK_ID number(9,0));
alter table AS_BUGINFO drop column URL;
</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