https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36687 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |tomascohen@gmail.com --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Hi, I think you need to first set any NULL values to 0 before the ALTER TABLE. I got this error when manually setting some itemtypes.notforloan values to NULL before running your DBRev. ``` ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Data truncated for column 'notforloan' at row 1 at /kohadevbox/koha/C4/Installer.pm line 741 ``` Also, I think the is_boolean flag should be added to the schema file. -- You are receiving this mail because: You are watching all bug changes.