https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26129
--- Comment #25 from Tomás Cohen Arazi <[email protected]> --- Rebased. (In reply to Nick Clemens from comment #21) > Small QA failures: > OK Koha/Schema/Result/Itemtype.pm > FAIL installer/data/mysql/kohastructure.sql > FAIL boolean_vs_tinyint > The new column (type) for table configurations is using BOOLEAN > as type, > must be TINYINT(1) instead, see the SQL12 coding guideline This is a false positive. The DB structure defines an ENUM, that can take the string 'boolean' as a possible value, and the QA checks don't notice it is an ENUM type. > FAIL t/db_dependent/Koha/Configurations.t > FAIL file permissions > File must have the exec flag Fixed, thanks! -- 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/
