https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5087 --- Comment #6 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Owen Leonard from comment #5)
I get this warning from the QA tool:
FAIL installer/data/mysql/kohastructure.sql OK boolean_vs_tinyint OK charset_collate OK git manipulation FAIL tinyint_has_boolean_flag The new column export_format.opac_option is using TINYINT(1) as type but is not defined as boolean in the schema file (Koha/Schema/Result/ExportFormat.pm), see the SQL12 coding guideline
Hi Owen, did you update the schema files? misc/devel/update_dbix_class_files.pl --db_name=koha_instance --db_user=koha_instance --db_passwd=thepassword -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug.