Integrations#1
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dakdevs
left a comment
There was a problem hiding this comment.
Please remove the file path from the top of every file in the repo so that it is possible to clearly review this and get this merged.
You are going to need to fully reset the folder src/db/migrations back to what production is set to, then run pnpm db:migrate AFTER.
| command: '-d 1' | ||
| ports: | ||
| - '5432:5432' | ||
| - '5434:5432' |
There was a problem hiding this comment.
| - '5434:5432' | |
| - '${POSTGRES_PORT:-5432}:5432' |
This will allow you to set your own port in .env and keep it defaulted to 5432
There was a problem hiding this comment.
Move this back to src/db/migrations/.gitkeep
There was a problem hiding this comment.
Don't delete this file's contents.
There was a problem hiding this comment.
This file should not be changed.
There was a problem hiding this comment.
- Reset the
migrationsfolder toproduction's. pnpm db:pushpnpm db:migrate
There was a problem hiding this comment.
This file should not be replaced.
There was a problem hiding this comment.
nit: It would be nice if only the additions were added to this file instead of them all being rearranged, would make it clearer to read.
| services: | ||
| postgres: | ||
| image: postgres | ||
| image: pgvector/pgvector:pg16 |
There was a problem hiding this comment.
| image: pgvector/pgvector:pg16 | |
| image: pgvector/pgvector |
No description provided.