Add sqlBatchSize to ERS SQL OPTS and adjust delete functionality

This commit is contained in:
arberkatellari
2025-01-14 17:57:57 +02:00
committed by Dan Christian Bogos
parent 7664ffccb4
commit b8cc20bb7c
11 changed files with 26 additions and 2 deletions

View File

@@ -2809,6 +2809,7 @@ const (
SQLDBNameOpt = "sqlDBName"
SQLTableNameOpt = "sqlTableName"
SQLBatchSize = "sqlBatchSize"
SQLDeleteIndexedFieldsOpt = "sqlDeleteIndexedFields"
SQLUpdateIndexedFieldsOpt = "sqlUpdateIndexedFields"