[Top][All Lists]
[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:39:21 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: paul poulain <tipaul> 07/01/18 09:39:21
Modified files:
updater : updatedatabase
Log message:
issuedate must be defaulted with ' '
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.49&r2=1.157.2.50
Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.49
retrieving revision 1.157.2.50
diff -u -b -r1.157.2.49 -r1.157.2.50
--- updatedatabase 18 Jan 2007 09:37:30 -0000 1.157.2.49
+++ updatedatabase 18 Jan 2007 09:39:21 -0000 1.157.2.50
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.157.2.49 2007/01/18 09:37:30 tipaul Exp $
+# $Id: updatedatabase,v 1.157.2.50 2007/01/18 09:39:21 tipaul Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -235,7 +235,7 @@
"position" =>"enum('primary','secondary','') NOT NULL
default 'primary'", "icon" =>"text",
"type" =>"enum('zed','opensearch') NOT NULL default 'zed'",
},
- issues =>{ 'issuedate'=>'date NOT NULL default 0000-00-00', },
+ issues =>{ 'issuedate'=>"date NOT NULL default '0000-00-00'", },
# tablename => { 'field' => 'fieldtype' },
);
@@ -2138,6 +2138,9 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.157.2.50 2007/01/18 09:39:21 tipaul
+# issuedate must be defaulted with ' '
+#
# Revision 1.157.2.49 2007/01/18 09:37:30 tipaul
# removing 2 field definitions that were here twice
#
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2007/01/09
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2007/01/10
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2007/01/10
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2007/01/12
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], paul poulain, 2007/01/18
- [Koha-cvs] koha/updater updatedatabase [rel_3_0],
paul poulain <=
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], paul poulain, 2007/01/18
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], paul poulain, 2007/01/24
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], Antoine Farnault, 2007/01/29
- [Koha-cvs] koha/updater updatedatabase [rel_3_0], paul poulain, 2007/01/30