Bugzilla – Attachment 4098 Details for
Bug 6328
Fine in days does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Update DB structure
0001-Bug-6328-Followup-update-DB-structure.patch (text/plain), 892 bytes, created by
Frédéric Demians
on 2011-05-13 08:00:49 UTC
(
hide
)
Description:
Update DB structure
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-05-13 08:00:49 UTC
Size:
892 bytes
patch
obsolete
>From 0fccb1e905ec7ce9541a8fecda1e629433ec597d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Fri, 13 May 2011 10:03:46 +0200 >Subject: [PATCH] Bug 6328 Followup, update DB structure > >Thanks Katrin! >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index e3c6f42..bbf2bc7 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -232,7 +232,7 @@ CREATE TABLE `borrowers` ( > `dateexpiry` date default NULL, > `gonenoaddress` tinyint(1) default NULL, > `lost` tinyint(1) default NULL, >- `debarred` tinyint(1) default NULL, >+ `debarred` date default NULL, > `contactname` mediumtext, > `contactfirstname` text, > `contacttitle` text, >-- >1.7.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 6328
:
4074
|
4098
|
4152
|
4153
|
4154
|
4155
|
4156
|
4186
|
4187
|
4188
|
4277
|
5283
|
5561
|
5841
|
6019
|
6421
|
6429
|
7248