Encoding der DB Dateien zu Windows 1252 konvertiert

This commit is contained in:
2026-05-04 10:15:18 +02:00
parent a74b220ed7
commit ca7b26509a
6 changed files with 160 additions and 160 deletions

View File

@@ -5,10 +5,10 @@ from lg_app_log
--truncate table lg_app_log;
/*
Test Calls für logs
Test Calls für logs
*/
begin
-- Neuen Batch-Ordner für heutigen Import anlegen
-- Neuen Batch-Ordner für heutigen Import anlegen
pck_net_storage.p_create_folder(
i_prefix => 'testmandant-42/Eingang/Verarbeitet 2026/'
,i_folder_name => 'Batch-2026-04-09'
@@ -41,7 +41,7 @@ begin
,i_new_name => 'angebot_huber_2026-04.pdf'
);
-- scan_003 ist ein Duplikat, wird gelöscht
-- scan_003 ist ein Duplikat, wird gelöscht
pck_net_storage.p_delete_object(
i_object_key => 'testmandant-42/Eingang/Import/scan_003.pdf'
);