privacyidea
privacyidea copied to clipboard
Switch to BigInt for database table ids
Larger tables with a higher turnover can run into an integer overflow for the id column.
We should use BigInteger for these working tables like token, pidea_audit, usercache, challenge, ...