From 3ed74ac3d60d89f11e779def239a0e629d858e17 Mon Sep 17 00:00:00 2001 From: rangi Date: Sat, 20 Jul 2002 22:28:13 +0000 Subject: [PATCH] Fixing missing column (budgetdate) in aqorders re bug 69 --- updater/updatedatabase | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/updater/updatedatabase b/updater/updatedatabase index b4b28b1124..af1b8058a5 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.4.2.18 2002/07/20 22:28:13 rangi +# Fixing missing column (budgetdate) in aqorders +# re bug 69 +# # Revision 1.4.2.17 2002/07/11 18:36:39 tonnesen # New fields and tables for authentication module. # -- 2.39.5