Bugzilla – Attachment 11083 Details for
Bug 7420
Add max fines to circulation matrix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7420 tiny follow-up, mysql want a space after the --
Bug-7420-tiny-follow-up-mysql-want-a-space-after-t.patch (text/plain), 1.08 KB, created by
Paul Poulain
on 2012-07-23 16:26:30 UTC
(
hide
)
Description:
Bug 7420 tiny follow-up, mysql want a space after the --
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-07-23 16:26:30 UTC
Size:
1.08 KB
patch
obsolete
>From fb175c75e43ee87b4f69373798a4792775325fdc Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Mon, 23 Jul 2012 18:25:33 +0200 >Subject: [PATCH] Bug 7420 tiny follow-up, mysql want a space after the -- > >--- > 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 6c0517e..fc9c5f0 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2734,7 +2734,7 @@ CREATE TABLE `aqorderdelivery` ( > -- > > DROP TABLE IF EXISTS `aqorders`; >-CREATE TABLE `aqorders` ( --information related to the basket line items >+CREATE TABLE `aqorders` ( -- information related to the basket line items > `ordernumber` int(11) NOT NULL auto_increment, -- primary key and unique identifier assigned by Koha to each line > `biblionumber` int(11) default NULL, -- links the order to the biblio being ordered (biblio.biblionumber) > `entrydate` date default NULL, -- the date the bib was added to the basket >-- >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 7420
:
7106
|
7287
|
7487
|
7489
|
7491
|
7782
|
8327
|
8748
|
8749
|
9469
|
9853
|
10772
|
11083