Releases: amacneil/dbmate
Releases · amacneil/dbmate
v1.4.1
- Explicitly specify public schema for schema_migrations table (fixes error importing
schema.sql
in PostgreSQL 9.6.8+) (#49, #52)
v1.4.0
- Add
dbmate wait
command (#35, docs)
- Move cmd package to project root directory (#29)
- Upgrade to Go 1.10 (#38)
v1.3.0
- Add
dbmate dump
command and automatic schema.sql
file generation support (#23)
- Create official docker release image (#21)
- Add default port 3306 for MySQL connections (#13)
- Upgrade to Go 1.9 (#19)
- Separate
cmd/dbmate
and pkg/dbmate
packages for easier importing (#11)
- Add proper
cgo
build constraints to remove SQLite support in musl
binary (#25)
- Migrate to
dep
for dependency management (#26)
v1.2.1
- Go 1.8.0
- Add musl target for Alpine linux support
v1.2.0
- Fixed migrations being applied in the wrong order
- Updated references from
codegangsta/cli
to urfave/cli
v1.1.0
- Add
dbmate down
command as alias for rollback
- Update Go to 1.6.3
- Update
urfave/cli
and fix deprecation warnings
- Vendor dependencies
v1.0.1
- Fixed deprecation warning
v1.0.0
- Update Go to 1.6.2
- Use upstream
go-sql-driver/mysql
driver which now supports running multiple statements
- Improved build process