Bug 18066: Add the new geolocation column to kohastructure.sql
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Mar 2017 16:31:24 +0000 (13:31 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 23 Mar 2017 16:31:24 +0000 (13:31 -0300)
installer/data/mysql/kohastructure.sql

index 91e6119..40f0d88 100644 (file)
@@ -277,6 +277,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;