Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion central/role/store/permissionset/postgres/gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package postgres

//go:generate pg-table-bindings-wrapper --type=storage.PermissionSet --migration-seq 37 --migrate-from rocksdb
//go:generate pg-table-bindings-wrapper --type=storage.PermissionSet
2 changes: 1 addition & 1 deletion central/role/store/permissionset/rocksdb/gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package rocksdb

//go:generate rocksdb-bindings-wrapper --type=PermissionSet --bucket=permission_sets --cache --uniq-key-func GetName() --migration-seq 37 --migrate-to permission_sets
//go:generate rocksdb-bindings-wrapper --type=PermissionSet --bucket=permission_sets --cache --uniq-key-func GetName()
2 changes: 1 addition & 1 deletion central/role/store/role/postgres/gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package postgres

//go:generate pg-table-bindings-wrapper --type=storage.Role --migration-seq 46 --migrate-from rocksdb
//go:generate pg-table-bindings-wrapper --type=storage.Role
2 changes: 1 addition & 1 deletion central/role/store/role/rocksdb/gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package rocksdb

//go:generate rocksdb-bindings-wrapper --type=Role --bucket=roles --cache --key-func GetName() --migration-seq 46 --migrate-to roles
//go:generate rocksdb-bindings-wrapper --type=Role --bucket=roles --cache --key-func GetName()
2 changes: 1 addition & 1 deletion central/role/store/simpleaccessscope/postgres/gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package postgres

//go:generate pg-table-bindings-wrapper --type=storage.SimpleAccessScope --migration-seq 52 --migrate-from rocksdb
//go:generate pg-table-bindings-wrapper --type=storage.SimpleAccessScope
2 changes: 1 addition & 1 deletion central/role/store/simpleaccessscope/rocksdb/gen.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package rocksdb

//go:generate rocksdb-bindings-wrapper --type=SimpleAccessScope --bucket=simple_access_scopes --cache --uniq-key-func GetName() --migration-seq 52 --migrate-to simple_access_scopes
//go:generate rocksdb-bindings-wrapper --type=SimpleAccessScope --bucket=simple_access_scopes --cache --uniq-key-func GetName()