Files
grafana/pkg/storage/unified/sql/testdata/mysql--resource_insert-simple.sql
T
Leonor Oliveira aaa4f4a23e Revert "UniStore: Add folder to the SQL backend" (#95966)
Revert "UniStore: Add folder to the SQL backend (#95671)"

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

23 lines
330 B
SQL
Executable File

INSERT INTO `resource`
(
`guid`,
`group`,
`resource`,
`namespace`,
`name`,
`previous_resource_version`,
`value`,
`action`
)
VALUES (
'',
'gg',
'rr',
'nn',
'name',
123,
'[]',
'ADDED'
)
;