From 9b815d5af32ebffab32146990ade3a54c0533193 Mon Sep 17 00:00:00 2001 From: rangi Date: Sat, 20 Jul 2002 22:30:06 +0000 Subject: [PATCH] Making sure fix makes it into the main branch as well Fix for bug 69 --- updater/updatedatabase | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index efdad88461..0961c65704 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -110,6 +110,7 @@ my %requirefields=( 'nocalc' => 'int(11)'}, borrowers=>{'userid' => 'char(30)', 'password' => 'char(30)',}, + aqorders=>{'budgetdate' => 'date'}, ); # Default system preferences @@ -304,6 +305,10 @@ $dbh->disconnect; exit; # $Log$ +# Revision 1.15 2002/07/20 22:30:06 rangi +# Making sure fix makes it into the main branch as well +# Fix for bug 69 +# # Revision 1.14 2002/07/08 16:20:26 tonnesen # Added sessionqueries table and password/userid fields to borrowers table # -- 2.39.2