Closed jh-RLI closed 1 year ago
mh.. did you run python manage.py alembic upgrade head
this should create the schemata in the oedb (oedb_datamodels/versions/5c098aa81e2c_create_schemas.py)
this is NOT the django migration, but the oedb alembic migration
Ahhh i knew i forgot something!
I try again.
Thanks again for refreshing my memory. This solves this issue.
Description of the issue
This is bug is problematic mostly for developers who want to create a table in an empty database. The whitelisted schemas do not exist in this database. If one wants to create a table using the wizard there is an error "Internal Server error" the user cant understand what is going on. Looking at the django terminal, this error is raised:
Steps to Reproduce
Ideas of solution
As the schemas will not be part of the oep there should we should keep in mind to remove this code.
alternative solution:
Context and Environment
Workflow checklist