youfool-devops-gd-jdk21/db/加入网办入口.sql

5 lines
236 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE "DEVOPS"."REPAIR_TODO"
MODIFY ("SOURCE" VARCHAR2(10 BYTE));
COMMENT ON COLUMN "DEVOPS"."REPAIR_TODO"."SOURCE" IS '报障单来源1内网、2特设系统外网';
UPDATE "DEVOPS"."REPAIR_TODO" SET "SOURCE" = '1';