• Eric Chiang's avatar
    db: switch migration source to use in-memory migration · f738188c
    Eric Chiang authored
    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.
    f738188c
gen_assets.go 1.33 KB