Log tests durchgeführt und korrekturen in net storage package diesbezüglich
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user