Bug 24216

Summary: kohastructure.sql uses BOOLEANs
Product: Koha Reporter: paxed <pasi.kallinen>
Component: DatabaseAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: jonathan.druart
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description paxed 2019-12-11 11:48:56 UTC
kohastructure.sql uses both BOOLEAN and tinyint(1) for boolean values. The existing booleans should be converted to tinyints, as per the coding guidelines https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans
Comment 1 Jonathan Druart 2019-12-17 10:42:42 UTC

*** This bug has been marked as a duplicate of bug 21294 ***