[Koha-patches] [PATCH] Bug 6328 Followup, update DB structure

Frédéric Demians f.demians at tamil.fr
Fri May 13 10:05:34 CEST 2011


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



More information about the Koha-patches mailing list