[Koha-patches] [PATCH] Fix for Bug 424: Serials display: installer does not make database changes for display parameters, so can't save new subscriptions

Daniel Sweeney daniel.sweeney at liblime.com
Thu Mar 26 23:09:45 CET 2009


From: Joshua Ferraro <jmf at liblime.com>

Signed-off-by: Daniel Sweeney <daniel.sweeney at liblime.com>
---
 installer/data/mysql/kohastructure.sql |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql
index a7e555f..d55e95c 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;
 
-- 
1.5.6.5




More information about the Koha-patches mailing list