Skip to content

Releases: choonkeat/dbmigrate

Fix for recursive down migrations

03 Dec 03:19
Compare
Choose a tag to compare

Support nested folders & Postgres schema

03 Dec 02:51
23977e1
Compare
Choose a tag to compare
  1. Migration files generated by Hasura resides in a directory structure like

    migrations
    ├── 1111111111_one
    │   ├── down.sql
    │   └── up.sql
    └── 2222222222_two
        ├── down.sql
        └── up.sql
    

    So we need #11 to recursively find the up.sql

  2. Added support to specify schema for postgres #14

  3. Fix problems with make test #12

  4. Ignore pq: unexpected transaction status idle error #13

Enable ssl config for cassandra

13 Sep 08:03
aa6192f
Compare
Choose a tag to compare

Newly supported params for cassandra

DATABASE_URL=localhost:9042?enableHostVerification=true&certPath=/file.pem&keyPath=/key.pem&caPath=/other/file.pem

See #10 for more details

fix docker build

07 Jul 05:21
Compare
Choose a tag to compare

add Cassandra support

07 Jul 04:59
a4a64e6
Compare
Choose a tag to compare

bumping major version because after refactoring, we are stricter on the accepted cli options for each adapter #9

Initial release

25 May 06:17
5397b58
Compare
Choose a tag to compare
Merge pull request #8 from choonkeat/alternate-server-ready

`-server-ready` will alternate between actual db and system db connection string