-
Notifications
You must be signed in to change notification settings - Fork 23
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
What are the steps for adding new models / tbls? #14
Comments
I have a new file, which I have made sure is imported in |
How do you rub the alembic @alex-96-eng? There are 2 solutions:
|
Postgres (Use these later in your first pgadmin log-on)POSTGRES_USER=postgres this workaround may help for now |
Oeps, the compose file already exports 5432 to localhost. So no need to modify it. @bibektimilsina000, you could consider this to be a security bug. When running in the container cluster, both |
Thank you for this, it has unblocked me. I connected to the docker container, ran the script and it doesn't error. However, then when I added a new model, created a migration, the versions/ file is blank for the migration. Is it just me or is Alembic a little temperamental... |
If I make model changes then run:
alembic revision --autogenerate -m "Added ..."
I get the following error:
The text was updated successfully, but these errors were encountered: