Releases: chapsuk/miga
Releases · chapsuk/miga
Clickhouse and vertica support
v0.8.1 Added vertica dialect to goose driver (#17)
Supporting clickhouse by goose driver
Update goose to 2.7.0, support clickhouse (#16) * Update goose to 2.7.0, support clickhouse
go1.15
impg to v0.1.0
v0.7.2 Bump v0.7.2 release
Fixed error exit code
v0.7.1 Bump v0.7.1 release
GoModules and packages upgrade
go 1.12
goose 2.6.0
migrate 4.2.5
MIT LICENSE
v0.6.1 Added license
Optional seeds for all command
Optional seeds dir, more informative errors (#11) * Wrap errors for all commands * Check migrations dir on config initialization * hardcode version * Upgrade baseimage
Postgres config
Added keys aliases, new keys in priority:
<postgres.database>
==<postgres.db>
<postgres.address>
==<postgres.host>:<postgres.port>
Using the create command without db config for all drivers
v0.4.5 Fixed fail the create command without db config for impg and migrate …