Support nested folders & Postgres schema
-
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
-
Added support to specify schema for postgres #14
-
Fix problems with
make test
#12 -
Ignore
pq: unexpected transaction status idle
error #13