Bug 15839: Koha::Reviews - Change default value for approved to 0
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 16 Feb 2016 16:53:41 +0000 (16:53 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 10:29:57 +0000 (10:29 +0000)
commit7a10e15dae3e4ae7733e466976e6b393069615ab
tree84401a5784e7f5c99afe0cc0992a4609d471e236
parenteb950f4cc4d0ea759673deb8f272e0e043248b8f
Bug 15839: Koha::Reviews - Change default value for approved to 0

The reviews.approved column had a default value set to NULL.
It does not make sense, the default value should be 0, this will avoid
to have to specify the approved value when creating a new review.

Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_review.sql [new file with mode: 0644]
installer/data/mysql/kohastructure.sql