http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #30 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #27)
QA comment: * The DB update, you write "ALTER TABLE branches MODIFY branchprinter varchar(20) NULL, ADD FOREIGN KEY (branchprinter) REFERENCES printers (printqueue) ON UPDATE CASCADE" => why not also add ON DELETE SET NULL (on delete cascade would be a strong mistake, you don't want to delete branches just because you deleted a printer !!!) ?
This is relevant and there is no answer. Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes.