Primer Commit
This commit is contained in:
8
DB/REF_CONSTRAINTS/REQUEST_EXEC_FLOW.sql
Normal file
8
DB/REF_CONSTRAINTS/REQUEST_EXEC_FLOW.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--------------------------------------------------------
|
||||
-- Ref Constraints for Table REQUEST_EXEC_FLOW
|
||||
--------------------------------------------------------
|
||||
|
||||
ALTER TABLE "ENVX_OPER"."REQUEST_EXEC_FLOW" ADD CONSTRAINT "EXECUTIONS_REQUEST" FOREIGN KEY ("ID_REQUEST")
|
||||
REFERENCES "ENVX_OPER"."DEPLOYMENT_REQUEST" ("ID_REQUEST") ENABLE;
|
||||
ALTER TABLE "ENVX_OPER"."REQUEST_EXEC_FLOW" ADD CONSTRAINT "EXECUTIONS_STEP" FOREIGN KEY ("ID_STEP_FLOW")
|
||||
REFERENCES "ENVX_OPER"."REQUEST_STEP_WORKFLOW" ("ID_STEP_FLOW") ENABLE;
|
||||
Reference in New Issue
Block a user