From d764a7cf89679f093320b0c80a892c75a892d4c5 Mon Sep 17 00:00:00 2001 From: Daniel Sweeney Date: Thu, 15 Jan 2009 15:26:19 -0600 Subject: [PATCH] Corrected several typos that caused the installer to fail when creating the Koha schema. Signed-off-by: Galen Charlton Signed-off-by: Daniel Sweeney Signed-off-by: Galen Charlton --- installer/data/mysql/kohastructure.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 42b5fa87a1..80e9e1958d 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -542,7 +542,7 @@ CREATE TABLE `branch_item_rules` ( 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 `branchcategories` @@ -700,7 +700,7 @@ CREATE TABLE `default_branch_item_rules` ( PRIMARY KEY (`itemtype`), CONSTRAINT `default_branch_item_rules_ibfk_1` FOREIGN KEY (`itemtype`) REFERENCES `itemtypes` (`itemtype`) 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