https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32556
--- Comment #10 from David Cook <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
