From 5cf8fcc2cf96f770b30687944a122be55eaeb71a Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 26 Mar 2009 17:09:45 -0500 Subject: [PATCH] Fix for Bug 424: Serials display: installer does not make database changes for display parameters, so can't save new subscriptions Signed-off-by: Daniel Sweeney Signed-off-by: Galen Charlton --- installer/data/mysql/kohastructure.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index a7e555f001..d55e95c522 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -1895,6 +1895,8 @@ CREATE TABLE `subscription` ( `hemisphere` tinyint(3) default 0, `lastbranch` varchar(10), `serialsadditems` tinyint(1) NOT NULL default '0', + `staffdisplaycount` VARCHAR(10) NULL, + `opacdisplaycount` VARCHAR(10) NULL, PRIMARY KEY (`subscriptionid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- 2.39.2