postgres-migrations icon indicating copy to clipboard operation
postgres-migrations copied to clipboard

🐦 A Stack Overflow-inspired PostgreSQL migration library with strict ordering and immutable migrations

Results 41 postgres-migrations issues
Sort by recently updated
recently updated
newest added

I am attempting to use this library to bootstrap a developer environment with GitPod. However, when I run the one script that sets up the entire db, I am getting...

Just added some async/await keywords and updated unit tests.

Currently, when checking if the `migrations` table has to be created, `doesTableExist()` will succeed if there a table named `migrations` can be found in any schema. This means that `postgres-migrations`...

I've hand-written a pretty large baseline migration, and then started debugging it by creating a fresh database and running `postgres-migrations` repeatedly. One problem I've run into is that crucial error...

Fly supports so called r-scripts. They are executed on every migration. I believe that be quite useful. Thanks

I slightly different implementation compared to https://github.com/ThomWright/postgres-migrations/pull/12. I used the js file support to receive the migrate options and use it to generate the sql query. To solve for the...

The scenario I'm imagining is this: - We have a web application that we are about to deploy, that relies on changes from 2 new migration scripts. Let's call them...

Hi @ThomWright -- not sure if you get notifications from this repository, but I noticed that there are a series of open pull requests to this project which add some...

Particularly useful for local debugging before committing or merging the final immutable migration. It would be ideal if this behaviour could be controlled by configuration, a property that could be...