koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/updater updatedatabase


From: Bruno Toumi
Subject: [Koha-cvs] koha/updater updatedatabase
Date: Thu, 22 Jun 2006 10:33:14 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Bruno Toumi <btoumi>    06/06/22 10:33:14

Modified files:
        updater        : updatedatabase 

Log message:
        sorry i forget deletedborrowers table
        modify firstname field from deletedborrowers table

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&r1=1.150&r2=1.151

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -b -r1.150 -r1.151
--- updatedatabase      22 Jun 2006 10:30:57 -0000      1.150
+++ updatedatabase      22 Jun 2006 10:33:14 -0000      1.151
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.150 2006/06/22 10:30:57 btoumi Exp $
+# $Id: updatedatabase,v 1.151 2006/06/22 10:33:14 btoumi Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -613,6 +613,10 @@
        ],
        
        deletedborrowers => [
+               {       field => 'firstname',
+                       type => 'text',
+                       null => 'NULL',
+                },
                {       field => 'B_email',
                        type => 'text',
                        null => 'NULL',
@@ -1801,8 +1805,9 @@
 exit;
 
 # $Log: updatedatabase,v $
-# Revision 1.150  2006/06/22 10:30:57  btoumi
-# modify firstname field caracteristic from borrowers table
+# Revision 1.151  2006/06/22 10:33:14  btoumi
+# sorry i forget deletedborrowers table
+# modify firstname field from deletedborrowers table
 #
 # Revision 1.149  2006/06/20 22:35:47  rangi
 # Code to allow the associated borrowers to work




reply via email to

[Prev in Thread] Current Thread [Next in Thread]