mirror of
https://github.com/grafana/grafana.git
synced 2025-09-20 23:37:25 +08:00
SQL: Add sql template test helper (#91953)
This commit is contained in:
12
pkg/storage/unified/sql/testdata/postgres--resource_version_insert-single path.sql
vendored
Executable file
12
pkg/storage/unified/sql/testdata/postgres--resource_version_insert-single path.sql
vendored
Executable file
@ -0,0 +1,12 @@
|
||||
INSERT INTO "resource_version"
|
||||
(
|
||||
"group",
|
||||
"resource",
|
||||
"resource_version"
|
||||
)
|
||||
VALUES (
|
||||
'',
|
||||
'',
|
||||
1
|
||||
)
|
||||
;
|
Reference in New Issue
Block a user