24 Apr
2023
24 Apr
'23
2:01 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32556 --- Comment #10 from David Cook <dcook@prosentient.com.au> --- (In reply to Hans Pålsson from comment #8)
If there is a solution i.e. use BIGINT instead of INT it is better to use it in the schema instead of letting users run in to problems and having to find this solution here. Good job everyone!
Interestingly enough we ran into this same problem on a different system recently. The autonumber hit the ceiling on INT and we switched to BIGINT (using PostgreSQL rather than MySQL). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.