koha-cvs
[Top][All Lists]
Advanced

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

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


From: Kyle Hall
Subject: [Koha-cvs] koha/updater updatedatabase [dev_week]
Date: Wed, 31 Oct 2007 13:14:55 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   07/10/31 13:14:55

Modified files:
        updater        : updatedatabase 

Log message:
        Added new borrower contact preferences, hope I got the syntax correct.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=dev_week&r1=1.100.2.43.2.14&r2=1.100.2.43.2.15

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.43.2.14
retrieving revision 1.100.2.43.2.15
diff -u -b -r1.100.2.43.2.14 -r1.100.2.43.2.15
--- updatedatabase      31 Oct 2007 12:17:19 -0000      1.100.2.43.2.14
+++ updatedatabase      31 Oct 2007 13:14:55 -0000      1.100.2.43.2.15
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.43.2.14 2007/10/31 12:17:19 kylemhall Exp $
+# $Id: updatedatabase,v 1.100.2.43.2.15 2007/10/31 13:14:55 kylemhall Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -422,6 +422,9 @@
         'homezipcode'   => 'varchar(25)',
         'sort1'         => 'char(80)',
         'sort2'         => 'char(80)',
+        'notifyByEmail'        => 'tinyint(1) NOT NULL DEFAULT 1',
+        'notifyByMail' => 'tinyint(1) NOT NULL DEFAULT 1',
+        'notifyBySMS'  => 'tinyint(1) NOT NULL DEFAULT 1',        
     },
     aqorders => {
         'budgetdate' => 'date',
@@ -2208,6 +2211,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.43.2.15  2007/10/31 13:14:55  kylemhall
+# Added new borrower contact preferences, hope I got the syntax correct.
+#
 # Revision 1.100.2.43.2.14  2007/10/31 12:17:19  kylemhall
 # Updated database for new Reserves system features.
 #




reply via email to

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