Files
grafana/pkg/storage/unified/sql/testdata/postgres--resource_update-single path.sql
Leonor Oliveira aaa4f4a23e Revert "UniStore: Add folder to the SQL backend" (#95966)
Revert "UniStore: Add folder to the SQL backend (#95671)"

This reverts commit f0756626969f1a2d345874f92463b275c721ab79.
2024-11-06 17:04:57 +02:00

12 lines
249 B
SQL
Executable File

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