From f59dbc1cf568ae6f1a18d9fcf7f0eaee708f1d31 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 23 Mar 2017 13:31:24 -0300 Subject: [PATCH] Bug 18066: Add the new geolocation column to kohastructure.sql (cherry picked from commit 64812347c9536340484f17758c6881ca882987d6) Signed-off-by: Katrin Fischer --- installer/data/mysql/kohastructure.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 61bba149f8..edcc01e8a2 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -278,6 +278,7 @@ CREATE TABLE `branches` ( -- information about your libraries or branches are st `branchprinter` varchar(100) default NULL, -- unused in Koha `branchnotes` mediumtext, -- notes related to your library or branch opac_info text, -- HTML that displays in OPAC + `geolocation` VARCHAR(255) default NULL, -- geolocation of your library PRIMARY KEY (`branchcode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- 2.39.2