Checked diff in branchtransfers. datesent and datearrived are given datetime, not just date
This commit is contained in:
parent
d467f092a3
commit
457430776c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue