mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 10:42:52 +08:00
SQL: Add sql template test helper (#91953)
This commit is contained in:
4
pkg/storage/unified/sql/testdata/postgres--resource_update_rv-single path.sql
vendored
Executable file
4
pkg/storage/unified/sql/testdata/postgres--resource_update_rv-single path.sql
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
UPDATE "resource"
|
||||
SET "resource_version" = 0
|
||||
WHERE "guid" = ''
|
||||
;
|
Reference in New Issue
Block a user