Bug 12194: Add change to kohastructure.sql
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 22 Oct 2015 07:57:40 +0000 (08:57 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 22 Oct 2015 12:42:31 +0000 (09:42 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
installer/data/mysql/kohastructure.sql

index 9f12618..6ae91b8 100644 (file)
@@ -1331,6 +1331,7 @@ CREATE TABLE `creator_layouts` (
   `printing_type` char(32) NOT NULL DEFAULT 'BAR',
   `layout_name` char(20) NOT NULL DEFAULT 'DEFAULT',
   `guidebox` int(1) DEFAULT '0',
+  `oblique_title` int(1) DEFAULT '1',
   `font` char(10) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT 'TR',
   `font_size` int(4) NOT NULL DEFAULT '10',
   `units` char(20) NOT NULL DEFAULT 'POINT',