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

This reverts commit f0756626969f1a2d345874f92463b275c721ab79.
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'
)
;