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
Describe the bug
When running service in Docker and not specifying env variable DATABASE_SCHEMA relying on default value, migration is not applied because it is missing schema, not using default value.
To Reproduce
Steps to reproduce the behavior:
Run service in Docker without specifying DATABASE_SCHEMA env variable
Look to logs
Expected behavior
Service should use default value for env variable as specified in README
Desktop (please complete the following information):