Checked diff in branchtransfers. datesent and datearrived are given datetime, not just date

This commit is contained in:
finlayt 2002-06-23 22:38:08 +00:00
parent d467f092a3
commit 457430776c

View file

@ -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,