From 80358d270783bb6f526e431618f34f4a7311f6b2 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Tue, 8 Dec 2009 15:14:33 +0100 Subject: [PATCH] (bug #3898) Followup : fixing Hold Policies implementation An error slipped in kohastructure.sql 65abb5124e7fe00bac13f79dfaa785fc78821300 --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index c2826e10c8..d41b5e65d6 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -702,7 +702,7 @@ CREATE TABLE `branch_item_rules` ( KEY `branch_item_rules_ibfk_2` (`branchcode`), CONSTRAINT `branch_item_rules_ibfk_1` FOREIGN KEY (`itemtype`) REFERENCES `itemtypes` (`itemtype`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `branch_item_rules_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`) ON DELETE CASCADE ON UPDATE CASCADE - ) ENGINE=InnoDB DEFAULT CHARSET=utf8 + ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Table structure for table `default_circ_rules` -- 2.20.1