migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Opinionated SQL-powered productive roll-forward migration tool for PostgreSQL.

Results 38 migrate issues
Sort by recently updated
recently updated
newest added

## Description Sponsors update for Summer 2022, thank you everyone 💖

Followup of https://github.com/graphile/migrate/pull/129#issuecomment-880013996

This change will resolve a bug that prevents stdout/stderr from being logged in case of a command execution resulting in error. The mock implementation needs to be fixed as tests...

## Description This adds the `--forceActions` flag to watch, which behaves as it does for the migrate command ## Performance impact If running `graphile-migrate watch --once` this will run the...

### Feature description The README currently recommends doing this yourself, and provides a straightforward [example](https://github.com/graphile/starter/blob/4854f77e461062a95cdfff9c62082eb90a3a0d5b/%40app/db/.gmrc#L20), but IMO this should be built-in and ideally enabled by default once proven out. My...

One more database migration tool for your list. No heavy dependencies like JVM. Currently focused on PostgreSQL. We've released this year. So, if it is suitable I'll happy to have...

### Feature description This is mostly a repeat of what was described in [Discord chat](https://discord.com/channels/489127045289476126/498852330754801666/922834308991942707), but duplicating here as well for better readability. Currently, when `migrate` command is executed, it...

When you run `graphile-migrate --help` there's no hint that `watch --once` exists, and the description for `watch` doesn't seem like what you need. Suggestions: - [ ] Update the `watch`...

## Problem statement / motivation As a new user introducing graphile-migrate to a team, I've noticed that code review of migrations is complicated by the need to thoroughly check the...

enhancement

### Feature description Add the option of adding a config file that goes with sql files that specifies the order of execution of a current migration, as an alternative to...