[Top][All Lists]
[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: |
Thu, 17 May 2007 18:43:50 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Kyle Hall <kylemhall> 07/05/17 18:43:50
Modified files:
updater : updatedatabase
Log message:
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=dev_week&r1=1.100.2.43.2.10&r2=1.100.2.43.2.11
Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.43.2.10
retrieving revision 1.100.2.43.2.11
diff -u -b -r1.100.2.43.2.10 -r1.100.2.43.2.11
--- updatedatabase 16 May 2007 21:12:26 -0000 1.100.2.43.2.10
+++ updatedatabase 17 May 2007 18:43:50 -0000 1.100.2.43.2.11
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.100.2.43.2.10 2007/05/16 21:12:26 sushi Exp $
+# $Id: updatedatabase,v 1.100.2.43.2.11 2007/05/17 18:43:50 kylemhall Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -661,6 +661,14 @@
default => '',
extra => '',
},
+ {
+ field => 'issue_date',
+ type => 'date',
+ null => 'NULL', # should never be null, but won't
hurt anything if it is
+ key => '',
+ default => '',
+ extra => '',
+ },
],
borrowers => [
{ field => 'B_email',
@@ -1763,6 +1771,9 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.100.2.43.2.11 2007/05/17 18:43:50 kylemhall
+# *** empty log message ***
+#
# Revision 1.100.2.43.2.10 2007/05/16 21:12:26 sushi
# adding 3 holidays/issuingrules toggle sysprefs
#