privacyidea icon indicating copy to clipboard operation
privacyidea copied to clipboard

Switch to BigInt for database table ids

Open plettich opened this issue 1 year ago • 0 comments

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, ...

plettich avatar Dec 18 '24 16:12 plettich