From: Joshua Ferraro <[email protected]> Signed-off-by: Daniel Sweeney <[email protected]> --- 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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
