
Modified migrations/env.py to properly handle Python import paths in containerized environments, fixing the 'No module named app' error by adding project root and container paths to sys.path.
Generic single-database configuration with SQLite.
Modified migrations/env.py to properly handle Python import paths in containerized environments, fixing the 'No module named app' error by adding project root and container paths to sys.path.
Generic single-database configuration with SQLite.