]> git.koha-community.org Git - koha.git/commit
Bug 11391: (follow-up) update DBIC schema classes
authorGalen Charlton <gmc@esilibrary.com>
Fri, 13 Dec 2013 01:11:06 +0000 (01:11 +0000)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Fri, 3 Jan 2014 08:33:02 +0000 (09:33 +0100)
commitfa3844440bcd5b2a723de54a19b9392fc0d3051c
treee0b63c2f8c4d7cc236b295447437364cc892bdc4
parentd69c1a367b79a8f62192994a39c3528e6783b0f9
Bug 11391: (follow-up) update DBIC schema classes

This patch updates the DBIC schema class for Suggestion
to reflect the dropped default value for the suggesteddate
column.

To test:

[1] Create an empty Pg database and use the deployment script
    being worked in in bug 11390.  The deployment shoudl
    succeed without reporting any errors regarding the
    suggestions table.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit d540016b19bc35e56733e3d2bb36a04bc038e420)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
Koha/Schema/Result/Suggestion.pm