Added categories.enrolmentperioddate to kohastructure.sql, which commit dc9991 had omitted.
Signed-off-by: Galen Charlton <[email protected]> --- installer/data/mysql/kohastructure.sql | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index a74b456..21a931c 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -405,6 +405,7 @@ CREATE TABLE `categories` ( `categorycode` varchar(10) NOT NULL default '', `description` mediumtext, `enrolmentperiod` smallint(6) default NULL, + `enrolmentperioddate` DATE NULL DEFAULT NULL, `upperagelimit` smallint(6) default NULL, `dateofbirthrequired` tinyint(1) default NULL, `finetype` varchar(30) default NULL, -- 1.6.3.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
