Bugzilla – Attachment 63420 Details for
Bug 18383
items.onloan schema comment seems to be incorrect.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18383 - Correct items.onloan schema comment
Bug-18383---Correct-itemsonloan-schema-comment.patch (text/plain), 2.75 KB, created by
Marcel de Rooy
on 2017-05-12 10:11:30 UTC
(
hide
)
Description:
Bug 18383 - Correct items.onloan schema comment
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-05-12 10:11:30 UTC
Size:
2.75 KB
patch
obsolete
>From 52ef5914c94079315bf29b25656c6c68917684a4 Mon Sep 17 00:00:00 2001 >From: pongtawat <pongtawat@punsarn.asia> >Date: Tue, 4 Apr 2017 23:06:45 +0700 >Subject: [PATCH] Bug 18383 - Correct items.onloan schema comment >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Amended to include items and deleteditems. >--- > installer/data/mysql/kohastructure.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 53fdd86..f5a90cf 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -678,7 +678,7 @@ CREATE TABLE `deleteditems` ( > `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- date and time this item was last altered > `location` varchar(80) default NULL, -- authorized value for the shelving location for this item (MARC21 952$c) > `permanent_location` varchar(80) default NULL, -- linked to the CART and PROC temporary locations feature, stores the permanent shelving location >- `onloan` date default NULL, -- defines if item is checked out (NULL for not checked out, and checkout date for checked out) >+ `onloan` date default NULL, -- defines if item is checked out (NULL for not checked out, and due date for checked out) > `cn_source` varchar(10) default NULL, -- classification source used on this item (MARC21 952$2) > `cn_sort` varchar(255) default NULL, -- normalized form of the call number (MARC21 952$o) used for sorting > `ccode` varchar(10) default NULL, -- authorized value for the collection code associated with this item (MARC21 952$8) >@@ -937,7 +937,7 @@ CREATE TABLE `items` ( -- holdings/item information > `timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, -- date and time this item was last altered > `location` varchar(80) default NULL, -- authorized value for the shelving location for this item (MARC21 952$c) > `permanent_location` varchar(80) default NULL, -- linked to the CART and PROC temporary locations feature, stores the permanent shelving location >- `onloan` date default NULL, -- defines if item is checked out (NULL for not checked out, and checkout date for checked out) >+ `onloan` date default NULL, -- defines if item is checked out (NULL for not checked out, and due date for checked out) > `cn_source` varchar(10) default NULL, -- classification source used on this item (MARC21 952$2) > `cn_sort` varchar(255) default NULL, -- normalized form of the call number (MARC21 952$o) used for sorting > `ccode` varchar(10) default NULL, -- authorized value for the collection code associated with this item (MARC21 952$8) >-- >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 18383
:
61844
|
63399
| 63420