db: switch migration source to use in-memory migration
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.
Showing
db/migrations/gen_assets.go
0 → 100644
Please
register
or
sign in
to comment