Skip to content

Releases: chapsuk/miga

Clickhouse and vertica support

16 Apr 15:16
a49a023
Compare
Choose a tag to compare
v0.8.1

Added vertica dialect to goose driver (#17)

Supporting clickhouse by goose driver

07 Feb 13:43
f1ea9f9
Compare
Choose a tag to compare
Update goose to 2.7.0, support clickhouse (#16)

* Update goose to 2.7.0, support clickhouse

go1.15

06 Feb 21:38
2850494
Compare
Choose a tag to compare
v0.7.3

Update to go1.15.7, removed chapsuk/golang docker image usage (#15)

impg to v0.1.0

13 Apr 14:53
Compare
Choose a tag to compare
v0.7.2

Bump v0.7.2 release

Fixed error exit code

13 Apr 07:26
Compare
Choose a tag to compare
v0.7.1

Bump v0.7.1 release

GoModules and packages upgrade

13 Apr 06:49
42def48
Compare
Choose a tag to compare
go 1.12
goose 2.6.0
migrate 4.2.5

MIT LICENSE

20 Feb 19:29
Compare
Choose a tag to compare
v0.6.1

Added license

Optional seeds for all command

17 Sep 13:17
76b4b4f
Compare
Choose a tag to compare
Optional seeds dir, more informative errors (#11)

* Wrap errors for all commands
* Check migrations dir on config initialization
* hardcode version
* Upgrade baseimage

Postgres config

06 Aug 20:24
Compare
Choose a tag to compare

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

11 Jul 11:46
40c2440
Compare
Choose a tag to compare
v0.4.5

Fixed fail the create command without db config for impg and migrate …