Bug 20581: (follow-up) Fix typo in kohastructure
authorAndrew Isherwood <andrew.isherwood@ptfs-europe.com>
Thu, 29 Nov 2018 12:05:46 +0000 (12:05 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Feb 2019 14:31:31 +0000 (14:31 +0000)
Fix the missing comma

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

installer/data/mysql/kohastructure.sql

index 8c88771..0f26f2d 100644 (file)
@@ -4193,7 +4193,7 @@ CREATE TABLE illrequests (
     CONSTRAINT `illrequests_bcfk_2`
       FOREIGN KEY (`branchcode`)
       REFERENCES `branches` (`branchcode`)
-      ON UPDATE CASCADE ON DELETE CASCADE
+      ON UPDATE CASCADE ON DELETE CASCADE,
     CONSTRAINT `illrequests_safk`
       FOREIGN KEY (`status_alias`)
       REFERENCES `authorised_values` (`id`)