From 457430776c0c6623fa0fab50dc46dc751ebd8bb9 Mon Sep 17 00:00:00 2001 From: finlayt Date: Sun, 23 Jun 2002 22:38:08 +0000 Subject: [PATCH] Checked diff in branchtransfers. datesent and datearrived are given datetime, not just date --- database.mysql | 1 + 1 file changed, 1 insertion(+) diff --git a/database.mysql b/database.mysql index 773d09ec8a..57c8aaa420 100644 --- a/database.mysql +++ b/database.mysql @@ -338,6 +338,7 @@ CREATE TABLE branches ( # # Table structure for table 'branchtransfers' +# The date sent and datearrived fields are datetime not just date # CREATE TABLE branchtransfers ( itemnumber int(11) DEFAULT '0' NOT NULL, -- 2.39.5