]> git.koha-community.org Git - koha.git/commit
MERGE 1-2 and main branches
authortipaul <tipaul>
Fri, 21 Jun 2002 08:56:46 +0000 (08:56 +0000)
committertipaul <tipaul>
Fri, 21 Jun 2002 08:56:46 +0000 (08:56 +0000)
commit1b8157ddd23aa4a8e71b1474c5105c906bb92395
tree8fb6fbf7b10602cdcb6b495270be7f0a0cebd712
parentea2dc75fcd90c388f7e58c7c24522ddda96c0ca2
MERGE 1-2 and main branches
Still a few diffs :
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