genschema isn't used anymore
This commit is contained in:
parent
23117ad450
commit
e9813defe2
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue