Encoding der DB Dateien zu Windows 1252 konvertiert
This commit is contained in:
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user