View | Details | Raw Unified | Return to bug 22188
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-1 / +1 lines)
Lines 5538-5543 CREATE TABLE `subscription` ( Link Here
5538
  `itemtype` varchar(10) DEFAULT NULL,
5538
  `itemtype` varchar(10) DEFAULT NULL,
5539
  `previousitemtype` varchar(10) DEFAULT NULL,
5539
  `previousitemtype` varchar(10) DEFAULT NULL,
5540
  `mana_id` int(11) DEFAULT NULL,
5540
  `mana_id` int(11) DEFAULT NULL,
5541
  `pubdatepatternformat` varchar(3) DEFAULT NULL,
5541
  `ccode` varchar(80) DEFAULT NULL COMMENT 'collection code to assign to serial items',
5542
  `ccode` varchar(80) DEFAULT NULL COMMENT 'collection code to assign to serial items',
5542
  `published_on_template` TEXT DEFAULT NULL COMMENT 'Template Toolkit syntax to generate the default "Published on (text)" field when receiving an issue this serial',
5543
  `published_on_template` TEXT DEFAULT NULL COMMENT 'Template Toolkit syntax to generate the default "Published on (text)" field when receiving an issue this serial',
5543
  PRIMARY KEY (`subscriptionid`),
5544
  PRIMARY KEY (`subscriptionid`),
5544
- 

Return to bug 22188