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

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

Return to bug 22188