koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/updater updatedatabase [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/updater updatedatabase [rel_3_0]
Date: Thu, 18 Jan 2007 09:37:30 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/18 09:37:30

Modified files:
        updater        : updatedatabase 

Log message:
        removing 2 field definitions that were here twice

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.48&r2=1.157.2.49

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.48
retrieving revision 1.157.2.49
diff -u -b -r1.157.2.48 -r1.157.2.49
--- updatedatabase      15 Jan 2007 09:55:40 -0000      1.157.2.48
+++ updatedatabase      18 Jan 2007 09:37:30 -0000      1.157.2.49
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.157.2.48 2007/01/15 09:55:40 toins Exp $
+# $Id: updatedatabase,v 1.157.2.49 2007/01/18 09:37:30 tipaul Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1388,16 +1388,6 @@
                     after => 'contactname',
                 },
                 {
-                    from => 'textmessaging',
-                    to => 'opacnote',
-                    after => 'flags',
-                },
-                {
-                    from => 'altnotes',
-                    to => 'contactnote',
-                    after => 'opacnote',
-                },
-                {
                     from => 'altrelationship',
                     to => 'relationship',
                     after => 'borrowernotes',
@@ -1471,16 +1461,6 @@
                     after => 'contactname',
                 },
                 {
-                    from => 'textmessaging',
-                    to => 'opacnote',
-                    after => 'flags',
-                },
-                {
-                    from => 'altnotes',
-                    to => 'contactnote',
-                    after => 'opacnote',
-                },
-                {
                     from => 'altrelationship',
                     to => 'relationship',
                     after => 'borrowernotes',
@@ -2158,6 +2138,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.157.2.49  2007/01/18 09:37:30  tipaul
+# removing 2 field definitions that were here twice
+#
 # Revision 1.157.2.48  2007/01/15 09:55:40  toins
 # adding a new logging systempref : FinesLog.
 #




reply via email to

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