mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 02:21:50 +08:00
SQL: Add sql template test helper (#91953)
This commit is contained in:
11
pkg/storage/unified/sql/testdata/postgres--resource_update-single path.sql
vendored
Executable file
11
pkg/storage/unified/sql/testdata/postgres--resource_update-single path.sql
vendored
Executable file
@ -0,0 +1,11 @@
|
||||
UPDATE "resource"
|
||||
SET
|
||||
"guid" = '',
|
||||
"value" = '[]',
|
||||
"action" = 'UNKNOWN'
|
||||
WHERE 1 = 1
|
||||
AND "group" = ''
|
||||
AND "resource" = ''
|
||||
AND "namespace" = ''
|
||||
AND "name" = ''
|
||||
;
|
Reference in New Issue
Block a user