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
Describe the bug
In the current implementation, uniqueness of the public keys of devices is enforced only at the backend level. A UNIQUE constraint should be added along with a migration which purges already present duplicate keys from the database.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the current implementation, uniqueness of the public keys of devices is enforced only at the backend level. A
UNIQUE
constraint should be added along with a migration which purges already present duplicate keys from the database.The text was updated successfully, but these errors were encountered: