fix: update querier.go in generate.sh (#864)

I accidentally forgot to copy this out.
This commit is contained in:
Colin Adler
2022-04-04 19:21:48 +00:00
committed by GitHub
parent fb4cab78e0
commit e0eae49f52
+1
View File
@@ -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.