Bump version to 0.16.1, update user agent strings, fix for BMI

Updated backend and frontend version numbers to 0.16.1. User-Agent headers in backend now use the API version from config. Improved migration guide wording. Added placeholders to weight input fields and set their default values to null in HealthWeightAddEditModalComponent. #438
This commit is contained in:
João Vitória Silva
2025-12-11 10:52:17 +00:00
parent 25efb94c51
commit 4d828cb02b
9 changed files with 23 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
# MariaDB to Postgres migration guide
This will guide you on how to migrate from MariaDB to Postgres. Endurain will drop support for MariaDB on v0.16.0, so you'll need to perform this migration prior to upgrade to v0.16.0.
This will guide you on how to migrate from MariaDB to Postgres. Endurain will drop support for MariaDB on v0.16.0, so you'll need to perform this migration prior to upgrade to v0.16.0 or higher.
This guide uses Endurain's built-in export/import functionality to migrate your data.