We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f6321 commit b7c0392Copy full SHA for b7c0392
coderd/database/generate.sh
@@ -11,8 +11,7 @@ set -euo pipefail
11
cd "$(dirname "$0")"
12
13
# The logic below depends on the exact version being correct :(
14
-[[ $(sqlc version) != "v1.13.0" ]] && go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.13.0
15
-sqlc generate
+go run github.com/kyleconroy/sqlc/cmd/sqlc@v1.13.0 generate
16
17
first=true
18
for fi in queries/*.sql.go; do
0 commit comments