From 70267d9d8d3b25bc8bb17017cd7ab7d0fee2162a Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Tue, 24 Mar 2026 11:48:13 +0000 Subject: [PATCH] corectie pljson --- ...N_PLJSON.sql => co_2026_03_16_01_COMUN_PLJSON.sql} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) rename api/database-scripts/{co_2026_03_10_02_COMUN_PLJSON.sql => co_2026_03_16_01_COMUN_PLJSON.sql} (99%) diff --git a/api/database-scripts/co_2026_03_10_02_COMUN_PLJSON.sql b/api/database-scripts/co_2026_03_16_01_COMUN_PLJSON.sql similarity index 99% rename from api/database-scripts/co_2026_03_10_02_COMUN_PLJSON.sql rename to api/database-scripts/co_2026_03_16_01_COMUN_PLJSON.sql index 8e993d6..94c354b 100644 --- a/api/database-scripts/co_2026_03_10_02_COMUN_PLJSON.sql +++ b/api/database-scripts/co_2026_03_16_01_COMUN_PLJSON.sql @@ -1,5 +1,5 @@ -- ==================================================================== --- co_2026_03_10_02_COMUN_PLJSON.sql +-- co_2026_03_16_01_COMUN_PLJSON.sql -- Instaleaza PL/JSON (minimal core) in schema CONTAFIN_ORACLE -- cu GRANT EXECUTE si PUBLIC SYNONYM pentru acces din alte scheme -- @@ -246,11 +246,6 @@ create or replace type pljson_list force under pljson_element ( / show err --- --- pljson.type.decl --- -set termout off -create or replace type pljson_varray as table of varchar2(32767); -/ - set termout on create or replace type pljson force under pljson_element ( @@ -5076,11 +5071,11 @@ BEGIN END; / -exec contafin_oracle.pack_migrare.UpdateVersiune('co_2026_03_10_02_COMUN_PLJSON'); +exec contafin_oracle.pack_migrare.UpdateVersiune('co_2026_03_16_01_COMUN_PLJSON'); commit; PROMPT; PROMPT =============================================; PROMPT Instalare PL/JSON completa!; PROMPT =============================================; -PROMPT; +PROMPT; \ No newline at end of file