Bugzilla – Attachment 45626 Details for
Bug 14397
Typo 'foriegn' in table comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14397: Fix tiny typo in database documentation
Bug-14397-Fix-tiny-typo-in-database-documentation.patch (text/plain), 1.52 KB, created by
Aleisha Amohia
on 2015-12-13 22:18:16 UTC
(
hide
)
Description:
Bug 14397: Fix tiny typo in database documentation
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2015-12-13 22:18:16 UTC
Size:
1.52 KB
patch
obsolete
>From e6e57d4dfb73f06ae8ec507e0e51dabfb7dc1caa Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 22 Nov 2015 03:01:18 +0100 >Subject: [PATCH] Bug 14397: Fix tiny typo in database documentation > >Fixes Foriegn to Foreign. > >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index fa44ff7..c9c78b9 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -117,7 +117,7 @@ CREATE TABLE `authorised_values` ( -- stores values for authorized values catego > DROP TABLE IF EXISTS `biblio`; > CREATE TABLE `biblio` ( -- table that stores bibliographic information > `biblionumber` int(11) NOT NULL auto_increment, -- unique identifier assigned to each bibliographic record >- `frameworkcode` varchar(4) NOT NULL default '', -- foriegn key from the biblio_framework table to identify which framework was used in cataloging this record >+ `frameworkcode` varchar(4) NOT NULL default '', -- foreign key from the biblio_framework table to identify which framework was used in cataloging this record > `author` mediumtext, -- statement of responsibility from MARC record (100$a in MARC21) > `title` mediumtext, -- title (without the subtitle) from the MARC record (245$a in MARC21) > `unititle` mediumtext, -- uniform title (without the subtitle) from the MARC record (240$a in MARC21) >-- >1.7.10.4
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 14397
:
45083
|
45626
|
45631