Description
Cross-repo prerequisite — action needed in ormico/dbpatchmanager
The dbpatch binary path is currently hardcoded as C:\dbpatch-v2\ in connection configs used by dbexamples. This prevents running dbpatch on Linux or in CI where the binary is installed elsewhere.
Proposed change
Support a DBPATCH_HOME environment variable. Fallback order:
DBPATCH_HOME env var if set
- Current working directory
- Platform default:
C:\dbpatch-v2\ on Windows, /usr/local/bin on Linux
Acceptance criteria