-
v1.5.0 Stable
released this
2026-05-06 21:20:14 +02:00 | 507 commits to main since this releaseWhat's Changed
- feat(database): add configurable schema initialization strategy with auto-detection (
03c66da)
Add DATABASE_SCHEMA_STRATEGY environment variable to control database initialization behavior. Implement auto-detection of existing core schema to determine whether to run push or migrate on startup. Support four modes: auto (default, detects existing schema), migrate (migrations only), push (force push then migrate), and none (skip initialization). Update webhook schema to require url field and populate it with matrixHomeserverUrl for Matrix targets
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
- feat(database): add configurable schema initialization strategy with auto-detection (