Improvements
- Versioned database migrations — Yarnl now tracks applied migrations in a schema_migrations table and only runs new ones on startup. Fresh installs run all migrations once; subsequent restarts skip them entirely.
- External PostgreSQL support — documented the correct grants for PostgreSQL 15+ external database setups, including the GRANT CREATE ON SCHEMA public requirement that was causing startup failures for users on shared database hosts.
Full Changelog: v0.10.1...v0.11.0