Releases: graphile/migrate
Releases · graphile/migrate
v0.0.11
v0.0.10
v0.0.9
v0.0.8
Command actions now have access to the full environment (we may put this behind an opt-in flag at a later time), and also receive the GM_DBNAME
envvar. The main reason for this is to allow a script that runs as the PG superuser to install certain privileged extensions.
v0.0.7
v0.0.6
v0.0.5
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)