corona-warn-app / cwa-verification-server

Backend implementation of the verification process
Apache License 2.0
343 stars 105 forks source link

Fix: Seperate Unique Constraints for hashed_guid and hashed_guid_dob #258

Closed f11h closed 2 years ago

f11h commented 2 years ago

The current unique constraints only covers entities with both hashed_guid and hashed_guid_dob set. It is still possible to create to entities with same hashed_guid and null vor hashed_guid_dob.