http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624 --- Comment #19 from Jonathan Druart <jonathan.druart@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.