Bugzilla – Attachment 11021 Details for
Bug 6716
Database Documentation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6716: Document saved_sql table
Bug-6716-Document-savedsql-table.patch (text/plain), 1.79 KB, created by
Nicole C. Engard
on 2012-07-19 14:09:05 UTC
(
hide
)
Description:
Bug 6716: Document saved_sql table
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2012-07-19 14:09:05 UTC
Size:
1.79 KB
patch
obsolete
>From 5761d987357fa0f69fe724dc3981901eecd0fba8 Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Wed, 18 Jul 2012 22:04:34 -0400 >Subject: [PATCH] Bug 6716: Document saved_sql table > >--- > installer/data/mysql/kohastructure.sql | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 3b9827a..da5bff3 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1710,16 +1710,16 @@ CREATE TABLE `roadtype` ( -- road types defined in administration and used in pa > -- > > DROP TABLE IF EXISTS `saved_sql`; >-CREATE TABLE saved_sql ( >- `id` int(11) NOT NULL auto_increment, >- `borrowernumber` int(11) default NULL, >- `date_created` datetime default NULL, >- `last_modified` datetime default NULL, >- `savedsql` text, >+CREATE TABLE saved_sql ( -- saved sql reports >+ `id` int(11) NOT NULL auto_increment, -- unique id and primary key assigned by Koha >+ `borrowernumber` int(11) default NULL, -- the staff member who created this report (borrowers.borrowernumber) >+ `date_created` datetime default NULL, -- the date this report was created >+ `last_modified` datetime default NULL, -- the date this report was last edited >+ `savedsql` text, -- the SQL for this report > `last_run` datetime default NULL, >- `report_name` varchar(255) default NULL, >- `type` varchar(255) default NULL, >- `notes` text, >+ `report_name` varchar(255) default NULL, -- the name of this report >+ `type` varchar(255) default NULL, -- always 1 for tabular >+ `notes` text, -- the notes or description given to this report > `cache_expiry` int NOT NULL default 300, > `public` boolean NOT NULL default FALSE, > PRIMARY KEY (`id`), >-- >1.7.2.3
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 6716
:
4987
|
4988
|
4989
|
4992
|
5003
|
5004
|
5005
|
5006
|
5007
|
5008
|
5009
|
5011
|
5012
|
5013
|
5014
|
5139
|
5140
|
5141
|
5142
|
5174
|
5175
|
5176
|
5177
|
5178
|
5179
|
5186
|
5187
|
5188
|
5190
|
5192
|
5193
|
5355
|
5356
|
5663
|
5664
|
5665
|
5666
|
5668
|
5669
|
5686
|
5687
|
5706
|
5829
|
6004
|
6015
|
6591
|
6592
|
6593
|
6594
|
6595
|
6596
|
6597
|
6598
|
6599
|
10788
|
10789
|
10790
|
10791
|
10792
|
10793
|
10794
|
10795
|
10822
|
10823
|
10824
|
10832
|
10833
|
10942
|
10970
|
10975
|
11011
|
11013
|
11014
|
11016
|
11018
|
11019
|
11020
|
11021
|
11022
|
11023
|
11084
|
11729
|
11823
|
11987
|
12024
|
12561
|
26777