Bug 11391: (follow-up) update DBIC schema classes
authorGalen Charlton <gmc@esilibrary.com>
Fri, 13 Dec 2013 01:11:06 +0000 (01:11 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:21:01 +0000 (16:21 +0000)
commitd540016b19bc35e56733e3d2bb36a04bc038e420
treed1ecec9fe3130e062329ce6fb4625d2a71cf4698
parenta6b2f6a16175229ba603ed65cfeaf4e0c0a525ce
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>
Koha/Schema/Result/Suggestion.pm