Posted October 28, 2025 by collederas
Thanks to IronDrop on Reddit for catching this one.
When automatic database migrations were introduced in v0.6, a bug slipped in: migrations wouldn’t run if no database already existed. Classic case of missing test coverage.
This update fixes the issue retroactively: BuildBridge will now start up cleanly even on a fresh install.