Bugzilla – Attachment 16848 Details for
Bug 9919
Syntax error in kohastructure.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9919: Correct syntax error caused by missing comma.
PASSED-QA-Bug-9919-Correct-syntax-error-caused-by-.patch (text/plain), 1.43 KB, created by
Katrin Fischer
on 2013-03-25 06:38:34 UTC
(
hide
)
Description:
[PASSED QA] Bug 9919: Correct syntax error caused by missing comma.
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-03-25 06:38:34 UTC
Size:
1.43 KB
patch
obsolete
>From 140e37a01f8e69bf1d00e8e029823999e0403cbb Mon Sep 17 00:00:00 2001 >From: Peter Crellan Kelly <peter@catalyst.net.nz> >Date: Mon, 25 Mar 2013 16:58:28 +1300 >Subject: [PATCH] [PASSED QA] Bug 9919: Correct syntax error caused by missing > comma. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Simple fix for a bad problem. >--- > 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 af1de22..a6760d4 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1019,7 +1019,7 @@ CREATE TABLE `issuingrules` ( -- circulation and fine rules > `hardduedate` date default NULL, -- hard due date > `hardduedatecompare` tinyint NOT NULL default "0", -- type of hard due date (1 = after, 0 = on, -1 = before) > `renewalsallowed` smallint(6) NOT NULL default "0", -- how many renewals are allowed >- `renewalperiod` int(4) default NULL -- renewal period in the unit set in issuingrules.lengthunit >+ `renewalperiod` int(4) default NULL, -- renewal period in the unit set in issuingrules.lengthunit > `reservesallowed` smallint(6) NOT NULL default "0", -- how many holds are allowed > `branchcode` varchar(10) NOT NULL default '', -- the branch this rule is for (branches.branchcode) > overduefinescap decimal default NULL, -- the maximum amount of an overdue fine >-- >1.7.9.5
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 9919
:
16845
| 16848