mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: update querier.go in generate.sh (#864)
I accidentally forgot to copy this out.
This commit is contained in:
@ -29,6 +29,7 @@ for fi in queries/*.sql.go; do
|
||||
done
|
||||
|
||||
# Remove temporary go files.
|
||||
mv queries/querier.go .
|
||||
rm -f queries/*.go
|
||||
|
||||
# Fix struct/interface names.
|
||||
|
Reference in New Issue
Block a user