unified-storage: fix event persistence when sqlkv is enabled (#116033)

This commit is contained in:
Renato Costa
2026-01-09 07:58:58 -05:00
committed by GitHub
parent 12abbd5a15
commit ccdafc3fb2
2 changed files with 5 additions and 21 deletions
+1 -1
View File
@@ -437,7 +437,7 @@ func (w *sqlWriteCloser) Close() error {
_, err = dbutil.Exec(w.ctx, tx, sqlKVInsertLegacyResourceHistory, sqlKVSaveRequest{
SQLTemplate: sqltemplate.New(w.kv.dialect),
sqlKVSectionKey: w.sectionKey,
sqlKVSectionKey: w.sectionKey, // unused: key_path is set by rvmanager
Value: value,
GUID: dataKey.GUID,
Group: dataKey.Group,