We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
super low priority fix, but docker exec -it SHOW-backend /bin/bash -c "flask db downgrade base" fails. Here is the error message:
docker exec -it SHOW-backend /bin/bash -c "flask db downgrade base"
Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1969, in _exec_single_context cursor, str_statement, effective_parameters, context File "/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 920, in do_execute cursor.execute(statement, parameters) psycopg2.errors.NotNullViolation: column "resident_first_name" contains null values
The text was updated successfully, but these errors were encountered:
No branches or pull requests
super low priority fix, but
docker exec -it SHOW-backend /bin/bash -c "flask db downgrade base"
fails. Here is the error message:The text was updated successfully, but these errors were encountered: