Bugzilla – Attachment 61582 Details for
Bug 18066
Hea - Version 2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18066: Add the new geolocation column to kohastructure.sql
Bug-18066-Add-the-new-geolocation-column-to-kohast.patch (text/plain), 1016 bytes, created by
Jonathan Druart
on 2017-03-23 16:31:50 UTC
(
hide
)
Description:
Bug 18066: Add the new geolocation column to kohastructure.sql
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-23 16:31:50 UTC
Size:
1016 bytes
patch
obsolete
>From 64812347c9536340484f17758c6881ca882987d6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 23 Mar 2017 13:31:24 -0300 >Subject: [PATCH] Bug 18066: Add the new geolocation column to > kohastructure.sql > >--- > 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 91e6119..40f0d88 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/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; > >-- >2.9.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18066
:
59975
|
59976
|
60729
|
60730
|
60734
|
60742
|
60743
|
60744
|
60745
|
60746
|
61355
|
61356
|
61358
|
61361
|
61362
|
61392
|
61393
|
61394
|
61395
|
61396
|
61397
|
61398
|
61427
|
61428
|
61429
|
61430
|
61431
|
61432
|
61433
| 61582 |
62646