Separate postgresql tables for device, user and shamir recovery invitations #4820
Labels
A-Server
Area: Parsec Server
enhancement
Improve functionality, potentially changing behavior
I-Postgresql
Impact: Postgresql issue
I-Python
Impact: Python-related stuff
Milestone
At the moment all those invitations are stored in the same table.
However, they have differences:
claimer_email
(of typestring
) fieldclaimer
(of typeUserID
) fieldIt would makes sens to split those invitations into different tables.
The text was updated successfully, but these errors were encountered: