From faca8f75dba90d8a351cd9cd1b462843df783f76 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 4 Apr 2013 09:58:17 +0200 Subject: [PATCH] Bug 7368: Typo in kohastructure.sql documentation line Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit c134a3c5c325a2637793b43c8649742ad8826828) Signed-off-by: Jared Camins-Esakov --- 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 a6760d4f32..24097ed922 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -468,7 +468,7 @@ CREATE TABLE collections_tracking ( ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8; -- --- Table structure for table `borrower_branch_circ_rules` +-- Table structure for table `branch_borrower_circ_rules` -- DROP TABLE IF EXISTS `branch_borrower_circ_rules`; -- 2.20.1