https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40337 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Marcel de Rooy from comment #11)
+-------------------+ | checkprevcheckout | +-------------------+ | inherit | | bpe8 | | MIbcjV | | ngYcotJ | | z85xcQ_ | | I523 | | zqw1P | | koirKi | | ErwNnJ | +-------------------+
Stuff from tests? Causing: ERROR: {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Data truncated for column 'checkprevcheckout' at row 54 at /usr/share/koha/C4/Installer.pm line 825
This happens if you have run some tests before the DB changes. Then the REST API will explode because it will send strings that do not match the ENUM values. -- You are receiving this mail because: You are watching all bug changes.