postgres-migrations
postgres-migrations copied to clipboard
🐦 A Stack Overflow-inspired PostgreSQL migration library with strict ordering and immutable migrations
When compiling a project that includes `postgres-migrations` with target `esnext` configured in `tsconfig.json`, I get the following error: ``` > tsc ../node_modules/.pnpm/[email protected]/node_modules/postgres-migrations/dist/types.d.ts:50:5 - error TS2416: Property 'cause' in type 'MigrationError'...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
When updating an enum multiple values can't be added at the same time so it requires one update statement per value. Altering types in postgres can't be done a mutli-command...
Suppose if we added a new table to store user settings, it has some default settings so we need to do some dynamic **sql** script to update settings for all...
There's a hash mismatch when running the same migration on different operating systems. I believe it's due to the line endings, the hash that gets generated is different. What's the...
I would like to improve my fellow devs experience by giving them a warning if their database is outdated. Quite often it happens that you pull in the latest branch...
9.4 is no longer a supported Postgres version. 9.6 is EoL sometime this year too.