Bugzilla – Attachment 64574 Details for
Bug 18848
borrowers.lastseen comment typo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18848: borrowers.lastseen comment typo
Bug-18848-borrowerslastseen-comment-typo.patch (text/plain), 1.93 KB, created by
Marcel de Rooy
on 2017-06-23 06:16:45 UTC
(
hide
)
Description:
Bug 18848: borrowers.lastseen comment typo
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-06-23 06:16:45 UTC
Size:
1.93 KB
patch
obsolete
>From 0997d6013417dfb70f27187c7a477ee7f9d5431e Mon Sep 17 00:00:00 2001 >From: Lee Jamison <ldjamison@marywood.edu> >Date: Thu, 22 Jun 2017 16:42:15 +0000 >Subject: [PATCH] Bug 18848: borrowers.lastseen comment typo >Content-Type: text/plain; charset=utf-8 > >Typo in comment for the lastseen column in the borrowers table. > >To test: >1. Verify lastseen column displays "last time a patron has been seed" >2. Apply patch >3. Verify lastseen column changed to "last time a patron has been seen" > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 e9c60aa..b72bea4 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1670,7 +1670,7 @@ CREATE TABLE `borrowers` ( -- this table includes information about your patrons > `privacy_guarantor_checkouts` tinyint(1) NOT NULL DEFAULT '0', -- controls if relatives can see this patron's checkouts > `checkprevcheckout` varchar(7) NOT NULL default 'inherit', -- produce a warning for this patron if this item has previously been checked out to this patron if 'yes', not if 'no', defer to category setting if 'inherit'. > `updated_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, -- time of last change could be useful for synchronization with external systems (among others) >- `lastseen` datetime default NULL, -- last time a patron has been seed (connected at the OPAC or staff interface) >+ `lastseen` datetime default NULL, -- last time a patron has been seen (connected at the OPAC or staff interface) > `lang` varchar(25) NOT NULL default 'default', -- lang to use to send notices to this patron > `login_attempts` int(4) default 0, -- number of failed login attemps > `overdrive_auth_token` text default NULL, -- persist OverDrive auth token >-- >2.1.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 18848
:
64550
| 64574