instead of int(1) https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans
Created attachment 102976 [details] [review] Bug 25152: Make subscription.closed tinyint(1) https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans Boolean fields must be tinyint(1), not int(1)
Created attachment 102987 [details] [review] Bug 25152: Make subscription.closed tinyint(1) https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans Boolean fields must be tinyint(1), not int(1) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Nice simple fix, going straight for PQA
Note to self.. remember to add the boolean def in the schema class file upon push.
Nice work everyone! Pushed to master for 20.05
(In reply to Martin Renvoize from comment #4) > Note to self.. remember to add the boolean def in the schema class file upon > push. Arg, I forgot that indeed!
enhancement not backported to 19.11.x