This website requires JavaScript.
Explore
Help
Sign In
Arsharth
/
dex
Watch
1
Star
0
Fork
You've already forked dex
0
forked from
mystiq/dex
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
eb6dceadfd
dex
/
db
/
migrations
/
migrations.go
4 lines
55 B
Go
Raw
Normal View
History
Unescape
Escape
build,db: don't call go-bindata on every build Add go generate rule to generate migration assets.
2015-12-21 23:13:45 +05:30
package
migrations
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.
2016-03-02 00:25:05 +05:30
//go:generate go run gen_assets.go
Reference in a new issue
Copy permalink