Bugzilla – Attachment 11987 Details for
Bug 6716
Database Documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6716: Update borrowers tables altaddress definiton
Bug-6716-Update-borrowers-tables-altaddress-defini.patch (text/plain), 2.75 KB, created by
Nicole C. Engard
on 2012-09-05 19:15:38 UTC
(
hide
)
Description:
Bug 6716: Update borrowers tables altaddress definiton
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-09-05 19:15:38 UTC
Size:
2.75 KB
patch
obsolete
>From 7425e0cec3993fa7a4064b4ebffe24b15c2eab70 Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Wed, 5 Sep 2012 15:13:33 -0400 >Subject: [PATCH] Bug 6716: Update borrowers tables altaddress definiton > >The comment on the altcontactaddress3 said it was the 3rd address line >but in reality it was the city. This fixes the documentation of >that field >--- > installer/data/mysql/kohastructure.sql | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 91d42a2..e1ef469 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -256,7 +256,7 @@ CREATE TABLE `borrowers` ( -- this table includes information about your patrons > `altcontactsurname` varchar(255) default NULL, -- surname or last name of the alternate contact for the patron/borrower > `altcontactaddress1` varchar(255) default NULL, -- the first address line for the alternate contact for the patron/borrower > `altcontactaddress2` varchar(255) default NULL, -- the second address line for the alternate contact for the patron/borrower >- `altcontactaddress3` varchar(255) default NULL, -- the third address line for the alternate contact for the patron/borrower >+ `altcontactaddress3` varchar(255) default NULL, -- the city for the alternate contact for the patron/borrower > `altcontactstate` text default NULL, -- the city and state for the alternate contact for the patron/borrower > `altcontactzipcode` varchar(50) default NULL, -- the zipcode for the alternate contact for the patron/borrower > `altcontactcountry` text default NULL, -- the country for the alternate contact for the patron/borrower >@@ -727,7 +727,7 @@ CREATE TABLE `deletedborrowers` ( -- stores data related to the patrons/borrower > `altcontactsurname` varchar(255) default NULL, -- surname or last name of the alternate contact for the patron/borrower > `altcontactaddress1` varchar(255) default NULL, -- the first address line for the alternate contact for the patron/borrower > `altcontactaddress2` varchar(255) default NULL, -- the second address line for the alternate contact for the patron/borrower >- `altcontactaddress3` varchar(255) default NULL, -- the third address line for the alternate contact for the patron/borrower >+ `altcontactaddress3` varchar(255) default NULL, -- the city for the alternate contact for the patron/borrower > `altcontactstate` text default NULL, -- the city and state for the alternate contact for the patron/borrower > `altcontactzipcode` varchar(50) default NULL, -- the zipcode for the alternate contact for the patron/borrower > `altcontactcountry` text default NULL, -- the country for the alternate contact for the patron/borrower >-- >1.7.2.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 6716
:
4987
|
4988
|
4989
|
4992
|
5003
|
5004
|
5005
|
5006
|
5007
|
5008
|
5009
|
5011
|
5012
|
5013
|
5014
|
5139
|
5140
|
5141
|
5142
|
5174
|
5175
|
5176
|
5177
|
5178
|
5179
|
5186
|
5187
|
5188
|
5190
|
5192
|
5193
|
5355
|
5356
|
5663
|
5664
|
5665
|
5666
|
5668
|
5669
|
5686
|
5687
|
5706
|
5829
|
6004
|
6015
|
6591
|
6592
|
6593
|
6594
|
6595
|
6596
|
6597
|
6598
|
6599
|
10788
|
10789
|
10790
|
10791
|
10792
|
10793
|
10794
|
10795
|
10822
|
10823
|
10824
|
10832
|
10833
|
10942
|
10970
|
10975
|
11011
|
11013
|
11014
|
11016
|
11018
|
11019
|
11020
|
11021
|
11022
|
11023
|
11084
|
11729
|
11823
|
11987
|
12024
|
12561
|
26777