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 Index PK_TMP_REQUEST_STEP_FLOW
--------------------------------------------------------
CREATE UNIQUE INDEX "ENVX_OPER"."PK_TMP_REQUEST_STEP_FLOW" ON "ENVX_OPER"."TMP_REQUEST_STEP_WORKFLOW" ("ID_STEP_FLOW") ;