mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 03:21:51 +08:00

Revert "UniStore: Add folder to the SQL backend (#95671)" This reverts commit f0756626969f1a2d345874f92463b275c721ab79.
12 lines
249 B
SQL
Executable File
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'
|
|
;
|