mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +00:00
SYNC: missing audit logs
This commit is contained in:
committed by
Diflow
parent
527c9c8e6e
commit
d3fffd9530
@@ -153,6 +153,7 @@ export class PerspectiveDataLoader {
|
||||
pureName,
|
||||
aggregate,
|
||||
},
|
||||
auditLogSessionGroup: 'perspective',
|
||||
});
|
||||
|
||||
if (response.errorMessage) return response;
|
||||
@@ -286,6 +287,7 @@ export class PerspectiveDataLoader {
|
||||
conid: props.databaseConfig.conid,
|
||||
database: props.databaseConfig.database,
|
||||
options,
|
||||
auditLogSessionGroup: 'perspective',
|
||||
});
|
||||
|
||||
if (response.errorMessage) return response;
|
||||
@@ -359,6 +361,7 @@ export class PerspectiveDataLoader {
|
||||
conid: props.databaseConfig.conid,
|
||||
database: props.databaseConfig.database,
|
||||
options,
|
||||
auditLogSessionGroup: 'perspective',
|
||||
});
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user