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,6 @@
--------------------------------------------------------
-- Ref Constraints for Table PRESET_ENV_GROUP_MEMBERS
--------------------------------------------------------
ALTER TABLE "ENVX_OPER"."PRESET_ENV_GROUP_MEMBERS" ADD CONSTRAINT "MEMBERS_ENVIROMENT" FOREIGN KEY ("ID_ENVIROMENT")
REFERENCES "ENVX_OPER"."ENVIROMENT" ("ID_ENVIROMENT") ENABLE;