You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot execute local bin scripts with application running in docker. Should be made to use docker as the table constructor instead rather than separate bin scripts.
The text was updated successfully, but these errors were encountered:
Dropping support for SQLAlchemy create scripts and shifting to use the Dockerfile to import a schema.sql instead. This will make it easier to pull in data when we eventually want to preserve data and move to production.
Not right now, because of the way we want the app structured we are going to use migrations to handle the database creation so there's no need for any bin scripts. I am getting the auth0 stuff in place right now, just taking me a bit to understand how it works and find the time to actually work on it.
Cannot execute local bin scripts with application running in docker. Should be made to use docker as the table constructor instead rather than separate bin scripts.
The text was updated successfully, but these errors were encountered: