Log tests durchgeführt und korrekturen in net storage package diesbezüglich

This commit is contained in:
2026-04-09 13:10:47 +02:00
parent 877ea380e4
commit 6c8b5053e2
4 changed files with 187 additions and 65 deletions

View File

@@ -12,5 +12,5 @@ create table lg_app_log (
);
alter table lg_app_log
add constraint pk_lg_app_log primary key (lg_app_log_id)
add constraint pk_lg_app_log primary key (log_id)
using index enable;