https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38330 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |lucas@bywatersolutions.com --- Comment #57 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- [FAIL] installer/data/mysql/kohastructure.sql FAIL tinyint_has_boolean_flag The new column biblio.opac_suppressed is using TINYINT(1) as type but is not defined as boolean in the schema file (Koha/Schema/Result/Biblio.pm), see the SQL12 coding guideline The new column deletedbiblio.opac_suppressed is using TINYINT(1) as type but is not defined as boolean in the schema file (Koha/Schema/Result/Deletedbiblio.pm), see the SQL12 coding guideline -- You are receiving this mail because: You are watching all bug changes.