mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 01:54:11 +08:00
Unitstore: Fix the Folder migration (#96078)
* UniStore: Add folder to the SQL backend This reverts commit aaa4f4a23e3ba0e02526f8beb05321761382259f. * fix folder migration
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