https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881 --- Comment #26 from Josef Moravec <josef.moravec@gmail.com> --- Comment on attachment 93453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93453 Bug 13881: kohastructure and atomic update Review of attachment 93453: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13881&attachment=93453) ----------------------------------------------------------------- ::: installer/data/mysql/kohastructure.sql @@ +1842,4 @@
CONSTRAINT `reserves_ibfk_2` FOREIGN KEY (`biblionumber`) REFERENCES `biblio` (`biblionumber`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `reserves_ibfk_3` FOREIGN KEY (`itemnumber`) REFERENCES `items` (`itemnumber`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `reserves_ibfk_4` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE, + CONSTRAINT `reserves_ibfk_5` FOREIGN KEY (`itemtype`) REFERENCES `itemtypes` (`itemtype`) ON DELETE CASCADE ON UPDATE CASCADE,
added comma at the end of line by mistake... @@ +1885,4 @@
ON DELETE SET NULL ON UPDATE SET NULL, CONSTRAINT `old_reserves_ibfk_4` FOREIGN KEY (`itemtype`) REFERENCES `itemtypes` (`itemtype`) ON DELETE SET NULL ON UPDATE SET NULL + ON DELETE SET NULL ON UPDATE SET NULL
line duplicated by mistake -- You are receiving this mail because: You are watching all bug changes.