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

(-)a/installer/data/mysql/kohastructure.sql (-1 / +1 lines)
Lines 1331-1336 CREATE TABLE `creator_layouts` ( Link Here
1331
  `printing_type` char(32) NOT NULL DEFAULT 'BAR',
1331
  `printing_type` char(32) NOT NULL DEFAULT 'BAR',
1332
  `layout_name` char(20) NOT NULL DEFAULT 'DEFAULT',
1332
  `layout_name` char(20) NOT NULL DEFAULT 'DEFAULT',
1333
  `guidebox` int(1) DEFAULT '0',
1333
  `guidebox` int(1) DEFAULT '0',
1334
  `oblique_title` int(1) DEFAULT '1',
1334
  `font` char(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'TR',
1335
  `font` char(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'TR',
1335
  `font_size` int(4) NOT NULL DEFAULT '10',
1336
  `font_size` int(4) NOT NULL DEFAULT '10',
1336
  `units` char(20) NOT NULL DEFAULT 'POINT',
1337
  `units` char(20) NOT NULL DEFAULT 'POINT',
1337
- 

Return to bug 12194