mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
15d2122ff7
There is a unique constraint on `user_preference.user_id`, so it raised an error when trying to create a `UserPreference` for `current_user` as it already has one.