You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
As of now, the
userIdof an answer can not be modified due to the following PG trigger:backends/packages/voting/migrations/sqls/20190907043631-questionnaire-improvements-up.sql
Lines 20 to 26 in d390713
A possible workarround could be this: 0ad0aca
As of now, I am not certain if this PG trigger is important, and if the above code change would break something.
Additionally, mergeUsers() might fail due to unic constraints. We need to figure out a good way to automatically merge such users.