mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix: update models.go in generate.go (#865)
This commit is contained in:
@ -28,8 +28,11 @@ for fi in queries/*.sql.go; do
|
||||
tail -n "+$cut" < "$fi" >> queries.sql.go
|
||||
done
|
||||
|
||||
# Remove temporary go files.
|
||||
# Move the files we want.
|
||||
mv queries/querier.go .
|
||||
mv queries/models.go .
|
||||
|
||||
# Remove temporary go files.
|
||||
rm -f queries/*.go
|
||||
|
||||
# Fix struct/interface names.
|
||||
|
Reference in New Issue
Block a user