[Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 4 15:16:53 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624

--- Comment #19 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to Jonathan Druart from comment #18)
> ::: installer/data/mysql/kohastructure.sql
> @@ -1713,4 @@
> >    `delay3` int(4) default NULL, -- number of days after the item is overdue that the third notice is sent
> >    `letter3` varchar(20) default NULL, -- foreign key from the letter table to define which notice should be sent as the third notice
> >    `debarred3` int(1) default 0, -- is the patron restricted when the third notice is sent (1 for yes, 0 for no)
> > -  PRIMARY KEY  (`branchcode`,`categorycode`)
> 
> I think we should keep this constraint too.

This is not clear. I meant we should keep branchcode and categorycode as a
unique key.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list