-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating initial TypeScript migration file based on existing schema. #1268
Comments
You talking about something like #275? |
Yes but for typescript generations, not sql if possible. Also I am having hard time to use CLI.
This is my test config I run npx node-pg-migrate -f ./pgm-config.json up and it tries to connect 5432 not 3002. Also it does not reference migration paths as well. When I change file name it gives error meaning it reads the file just does not apply the settings. I am probably missing something too obvious but wanted to ask here. |
Please open dedicated issues for each separate issue you have, so I can better prioritize them and they don't get lost. |
You should adjust the title to e.g. However, I think this will be a really huge task if not even impossible (because of hundreds of edge-cases) |
I took a quick look to docs but I could not find how to do schema diff. If I want to integrate this to already existing dbs do I need to write everything again or am I missing something?
The text was updated successfully, but these errors were encountered: