forked from mystiq/dex
f738188c13
When reading migrations from files, sql-migrate attempts to split SQL statements. The parsing logic does not handle $BODY$ statements and broke when the migration included one. Replace go-bindata with a small migration generation script and use in memory migrations instead.
3 lines
55 B
Go
3 lines
55 B
Go
package migrations
|
|
|
|
//go:generate go run gen_assets.go
|