From 43e10c37d7250714c7f0443aa20bc8031bd168d9 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 5 Feb 2010 08:46:58 -0500 Subject: [PATCH] added subscription.enddate to kohastructure.sql kohastructure.sql update missed in DB rev 3.01.00.071 Signed-off-by: Galen Charlton --- installer/data/mysql/kohastructure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 21a931ced5..b700a17846 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -1731,6 +1731,7 @@ CREATE TABLE `subscription` ( `staffdisplaycount` VARCHAR(10) NULL, `opacdisplaycount` VARCHAR(10) NULL, `graceperiod` int(11) NOT NULL default '0', + `enddate` date default NULL, PRIMARY KEY (`subscriptionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- 2.39.2