elguardian commented on code in PR #1962:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/1962#discussion_r1464623808


##########
data-audit/data-audit-common/src/main/java/org/kie/kogito/app/audit/api/DataAuditStoreProxyService.java:
##########
@@ -81,4 +82,10 @@ public static DataAuditStoreProxyService 
newAuditStoreService() {
         LOGGER.debug("Creating new Data Audit Store proxy service with {}", 
service);
         return new DataAuditStoreProxyService(service);
     }
+
+    public void storeQuery(DataAuditContext newDataAuditContext, 
DataAuditQuery dataAuditQuery) {

Review Comment:
   changed to 5000



##########
data-audit/kogito-addons-data-audit-jpa/kogito-addons-data-audit-jpa-common/src/main/resources/db/data-audit/postgresql/V1.1.0__Add
 Query audit dynamic registering.sql:
##########
@@ -0,0 +1,2 @@
+create table Audit_Query (identifier varchar(255) not null, 
graph_ql_definition varchar(255), query varchar(255)) primary key (identifier));

Review Comment:
   changed to 5000



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to