Bugzilla – Attachment 6449 Details for
Bug 7249
Report webservices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adds missing kohastructure entry
saved_sql-kohastructure.patch (text/plain), 877 bytes, created by
Chris Hall
on 2011-11-28 21:23:27 UTC
(
hide
)
Description:
Patch adds missing kohastructure entry
Filename:
MIME Type:
Creator:
Chris Hall
Created:
2011-11-28 21:23:27 UTC
Size:
877 bytes
patch
obsolete
>From f03a6046ede07f61339d250abdb4d499531d4682 Mon Sep 17 00:00:00 2001 >From: Chris Hall <chrish@catalyst.net.nz> >Date: Tue, 29 Nov 2011 10:21:44 +1300 >Subject: [PATCH] added saved_sql fields to kohastructure > >--- > installer/data/mysql/kohastructure.sql | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 452173d..3fe8382 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1626,6 +1626,8 @@ CREATE TABLE saved_sql ( > `report_name` varchar(255) default NULL, > `type` varchar(255) default NULL, > `notes` text, >+ `cache_expiry` int NOT NULL default 300, >+ `public` boolean NOT NULL default FALSE, > PRIMARY KEY (`id`), > KEY boridx (`borrowernumber`) > ) ENGINE=InnoDB DEFAULT CHARSET=utf8; >-- >1.7.4.1 >
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 7249
:
6355
|
6358
|
6360
|
6449
|
6773
|
6774
|
6775
|
6801
|
6803
|
9350
|
9351
|
9354
|
9355