unified-storage: add Delete support to the sqlkv implementation (#115443)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE
|
||||
FROM {{ .Ident .TableName }}
|
||||
WHERE {{ .Ident "key_path" }} = {{ .Arg .KeyPath }};
|
||||
Reference in New Issue
Block a user