Files
grafana/pkg/storage/unified/sql/testdata/mysql--resource_update-single path.sql
Georges Chaudy c3571752b6 Unitstore: Fix the Folder migration (#96078)
* UniStore: Add folder to the SQL backend

This reverts commit aaa4f4a23e.

* fix folder migration
2024-11-12 12:52:04 +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'
;