Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into authzgen
  • Loading branch information
kylecarbs committed Jun 13, 2023
commit a78b79d0a6c09718df82410c30c764d86229835d
3 changes: 3 additions & 0 deletions coderd/database/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")

go run gen/authz/main.go
go run golang.org/x/tools/cmd/goimports@latest -w ./dbauthz/dbauthz.go

go run gen/metrics/main.go
go run golang.org/x/tools/cmd/goimports@latest -w ./dbmetrics/dbmetrics.go
)
You are viewing a condensed version of this merge commit. You can view the full changes here.