genschema isn't used anymore

This commit is contained in:
Ted Unangst 2023-02-24 13:17:30 -05:00
parent 23117ad450
commit e9813defe2
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
echo "package main" > schema.go
echo "var sqlSchema = \`" >> schema.go
cat schema.sql >> schema.go
echo "\`" >> schema.go
go fmt schema.go