core
core copied to clipboard
Offset row IDs in test accounts
It is very easy to use contact ID that belongs to one account in another account: https://github.com/chatmail/core/pull/6798
One simple way to avoid this would be to offset all row IDs in test accounts created by TestContextManager by 1234 times (account ID + 1) or something like this.