ResourceServer: Resource store sql backend (#90170)
This commit is contained in:
13
pkg/storage/unified/sql/data/resource_version_insert.sql
Normal file
13
pkg/storage/unified/sql/data/resource_version_insert.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
INSERT INTO {{ .Ident "resource_version" }}
|
||||
(
|
||||
{{ .Ident "group" }},
|
||||
{{ .Ident "resource" }},
|
||||
{{ .Ident "resource_version" }}
|
||||
)
|
||||
|
||||
VALUES (
|
||||
{{ .Arg .Group }},
|
||||
{{ .Arg .Resource }},
|
||||
1
|
||||
)
|
||||
;
|
||||
Reference in New Issue
Block a user