unified-storage: sqlkv migrations (#114790)
* unified-storage: create resource_events table and add key_path column to resource_history * Update resource_history_insert template * update test snapshots * use latin encoding for key_path and bump size to 2048
This commit is contained in:
@@ -84,6 +84,7 @@ type sqlResourceRequest struct {
|
||||
WriteEvent resource.WriteEvent
|
||||
Generation int64
|
||||
Folder string
|
||||
KeyPath string
|
||||
|
||||
// Useful when batch writing
|
||||
ResourceVersion int64
|
||||
|
||||
Reference in New Issue
Block a user