Files
grafana/pkg/storage/unified/sql/testdata/sqlite--resource_update-single path.sql
T
Georges Chaudy f075662696 UniStore: Add folder to the SQL backend (#95671)
* Add folder to the SQL backend

* remove unused key

* fix tests

* Return folders from watch
2024-11-05 10:37:23 +01:00

13 lines
277 B
SQL
Executable File

UPDATE "resource"
SET
"guid" = '',
"value" = '[]',
"folder" = 'fldr',
"action" = 'UNKNOWN'
WHERE 1 = 1
AND "group" = 'gg'
AND "resource" = 'rr'
AND "namespace" = 'nn'
AND "name" = 'name'
;