v0.4.4 - Profile Page Fix + Multi-User Data Isolation #27
PaulAtkins88
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug Fixes
The profile page now saves correctly and user data is properly isolated in multi-user setups.
Fixed
useFormreference loop was causing the server data to overwrite in-progress edits on every keystroke (closes [BUG] Profile fields overwrite changes and fixed expenses cannot be added #24)user_idprimary key — previously all users shared the same row key (id='profile'), which could corrupt data in multi-user self-hosted instancesTechnical
This release includes a database migration that runs automatically on backend startup.
budget_profiles004-budget-profiles-user-id-primary-key.sqlwill:user_idtoPRIMARY KEYid TEXTcolumnSee CHANGELOG.md for full technical details.
This discussion was created from the release v0.4.4 - Profile Page Fix + Multi-User Data Isolation.
Beta Was this translation helpful? Give feedback.
All reactions