mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 07:42:31 +08:00
UniStore: Add folder to the SQL backend (#95671)
* Add folder to the SQL backend * remove unused key * fix tests * Return folders from watch
This commit is contained in:
@ -2,6 +2,7 @@ UPDATE "resource"
|
||||
SET
|
||||
"guid" = '',
|
||||
"value" = '[]',
|
||||
"folder" = 'fldr',
|
||||
"action" = 'UNKNOWN'
|
||||
WHERE 1 = 1
|
||||
AND "group" = 'gg'
|
||||
|
Reference in New Issue
Block a user