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 e8bded4 commit 71740a7Copy full SHA for 71740a7
coderd/database/generate.sh
@@ -13,8 +13,10 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
13
(
14
cd "$SCRIPT_DIR"
15
16
- # Dump the updated schema.
17
- go run gen/dump/main.go
+ echo generate 1>&2
+
18
+ # Dump the updated schema (use make to utilize caching).
19
+ make -C ../.. --no-print-directory coderd/database/dump.sql
20
# The logic below depends on the exact version being correct :(
21
go run github.com/kyleconroy/sqlc/cmd/sqlc@v1.13.0 generate
22
0 commit comments