https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38330
--- Comment #70 from Tomás Cohen Arazi (tcohen) <[email protected]> --- (In reply to Lucas Gass (lukeg) from comment #57) > [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 Rebased against latest main and the QA script is now passing. @Lucas, ping me if you're still encountering the error. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
