Browse Source

Bug 18066: Add the new geolocation column to kohastructure.sql

17.05.x
Jonathan Druart 7 years ago
parent
commit
64812347c9
  1. 1
      installer/data/mysql/kohastructure.sql

1
installer/data/mysql/kohastructure.sql

@ -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;

Loading…
Cancel
Save