MERGE 1.2 and main branches
authortipaul <tipaul>
Fri, 21 Jun 2002 08:55:50 +0000 (08:55 +0000)
committertipaul <tipaul>
Fri, 21 Jun 2002 08:55:50 +0000 (08:55 +0000)
commit4d40d7af28f38ab0c18fa6820c5887b89e06ad62
tree62e5f347184de5265f3455bd8e1076ba86856c7f
parent3bee5b5743f523fe8bb81658ce8e06e9e697abc4
MERGE 1.2 and main branches
Still a few diffs i don't understand :

311,320c311,312
<   categoryname text,
<   codedescription text,
<   PRIMARY KEY (categorycode)
< );
<
< # Table structure for table 'branchrelations'
< #
< CREATE TABLE branchrelations (
<   branchcode varchar(4) DEFAULT '' NOT NULL,
<   categorycode varchar(4) DEFAULT '' NOT NULL
---
>   branchcode char(4) DEFAULT '' NOT NULL,
>   branchholding int(11)
344c336
<   datesent datetime DEFAULT '0000-00-00' NOT NULL,
---
>   datesent date DEFAULT '0000-00-00' NOT NULL,
346c338
<   datearrived datetime,
---
>   datearrived date,
553a546
>
database.mysql