[Koha-bugs] [Bug 13881] Add desk management

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 4 20:51:09 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13881

--- Comment #26 from Josef Moravec <josef.moravec at 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.


More information about the Koha-bugs mailing list