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,8 @@
--------------------------------------------------------
-- Ref Constraints for Table REQUEST_SW_AUXILIAR_PROFILE
--------------------------------------------------------
ALTER TABLE "ENVX_OPER"."REQUEST_SW_AUXILIAR_PROFILE" ADD CONSTRAINT "REQUEST_SW_AUXILIAR_PROFI_FK1" FOREIGN KEY ("ID_STEP_FLOW")
REFERENCES "ENVX_OPER"."REQUEST_STEP_WORKFLOW" ("ID_STEP_FLOW") ENABLE;
ALTER TABLE "ENVX_OPER"."REQUEST_SW_AUXILIAR_PROFILE" ADD CONSTRAINT "REQUEST_SW_AUXILIAR_PROFI_FK2" FOREIGN KEY ("ID_SYS_PROFILE")
REFERENCES "ENVX_OPER"."SYSTEM_PROFILE" ("ID_SYS_PROFILE") ENABLE;