Bug 25152: Make subscription.closed tinyint(1)
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Apr 2020 09:29:21 +0000 (11:29 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 15 Apr 2020 11:33:33 +0000 (12:33 +0100)
commitb87fdec6da2c3bee74180b5a8611645a718e1e5b
tree0fb79ec4f8932f819fc513001f722e5155751a10
parente83ed955fdd7c01b0be49ef78fdf1bdc7168efa2
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>
installer/data/mysql/atomicupdate/bug_25152.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql