Skip to content

v0.0.5

Choose a tag to compare

@benjie benjie released this 19 Aug 14:16

Added afterAllMigrations action, useful for dumping the schema after migrations complete:

  "afterAllMigrations": [{ "command": "pg_dump --schema-only --no-owner --exclude-schema=graphile_migrate --exclude-schema=graphile_worker --file=data/schema.sql \"$GM_DBURL\"" }]

Updated the README.

Changed the envvars available to "action" commands (see README).

Updated a number of dependencies.

(v0.0.4 was never released)