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 <daniel.sweeney@liblime.com> Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
65ddce02f2
commit
5cf8fcc2cf
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue