Primer Commit

This commit is contained in:
2023-06-08 11:55:59 -03:00
commit a269361962
432 changed files with 203156 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
--------------------------------------------------------
-- Constraints for Table DEPLOYMENT_REQUEST_QUEUE
--------------------------------------------------------
ALTER TABLE "ENVX_OPER"."DEPLOYMENT_REQUEST_QUEUE" MODIFY ("ID_QUEUE" NOT NULL ENABLE);
ALTER TABLE "ENVX_OPER"."DEPLOYMENT_REQUEST_QUEUE" ADD CONSTRAINT "DEPLOYMENT_REQUEST_QUEUE_PK" PRIMARY KEY ("ID_QUEUE")
USING INDEX "ENVX_OPER"."DEPLOYMENT_REQUEST_QUEUE_PK" ENABLE;