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,5 @@
--------------------------------------------------------
-- DDL for Sequence S_DEPLOYMENT_PATTERN_ENV_ID
--------------------------------------------------------
CREATE SEQUENCE "ENVX_OPER"."S_DEPLOYMENT_PATTERN_ENV_ID" MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 38 NOCACHE NOORDER NOCYCLE NOKEEP NOSCALE GLOBAL ;