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: Tue, 27 Jun 2006 09:26:37 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Bruno Toumi <btoumi>    06/06/27 09:26:37

Modified files:
        updater        : updatedatabase 

Log message:
        modify (initials,phone ) fields property in borrowers and 
deletedborrowers table

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

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -b -r1.151 -r1.152
--- updatedatabase      22 Jun 2006 10:33:14 -0000      1.151
+++ updatedatabase      27 Jun 2006 09:26:37 -0000      1.152
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.151 2006/06/22 10:33:14 btoumi Exp $
+# $Id: updatedatabase,v 1.152 2006/06/27 09:26:37 btoumi Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -551,6 +551,10 @@
                        type => 'text',
                        null => 'NULL',
                 },
+               {       field => 'initials',
+                       type => 'text',
+                       null => 'NULL',
+                },
                {       field => 'B_email',
                        type => 'text',
                        null => 'NULL',
@@ -568,6 +572,10 @@
                        null => 'NULL',
                        after => 'streetnumber',
                },
+               {       field => 'phone',
+                       type => 'text',
+                       null => 'NULL',
+                },                             
                 {
                        field => 'B_streetnumber', # street number (hidden if 
streettable table is empty)
                        type => 'char(10)',
@@ -617,6 +625,10 @@
                        type => 'text',
                        null => 'NULL',
                 },
+               {       field => 'initials',
+                       type => 'text',
+                       null => 'NULL',
+                },
                {       field => 'B_email',
                        type => 'text',
                        null => 'NULL',
@@ -634,6 +646,10 @@
                        null => 'NULL',
                        after => 'streetnumber',
                },
+               {       field => 'phone',
+                       type => 'text',
+                       null => 'NULL',
+                },             
                 {
                        field => 'B_streetnumber', # street number (hidden if 
streettable table is empty)
                        type => 'char(10)',
@@ -1805,6 +1821,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.152  2006/06/27 09:26:37  btoumi
+# modify (initials,phone ) fields property in borrowers and deletedborrowers 
table
+#
 # Revision 1.151  2006/06/22 10:33:14  btoumi
 # sorry i forget deletedborrowers table
 # modify firstname field from deletedborrowers table




reply via email to

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