[Koha-patches] [PATCH] =?utf-8?q?Web=20Installer=20=E2=80=BA=20Step=203=20-->=20ERROR=201050=20(42S01)=20at=20line=20301:=20Table=20'branch=5Fitem=5Frules'=20already=20exists

Koustubha Kale kmkale at anantcorp.com
Thu Mar 18 17:16:02 CET 2010


---
 installer/data/mysql/kohastructure.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql
index 1d5cba9..bb43455 100644
--- a/installer/data/mysql/kohastructure.sql
+++ b/installer/data/mysql/kohastructure.sql
@@ -298,6 +298,7 @@ CREATE TABLE `borrower_attributes` (
     ON DELETE CASCADE ON UPDATE CASCADE
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
 
+DROP TABLE IF EXISTS `branch_item_rules`;
 CREATE TABLE `branch_item_rules` (
   `branchcode` varchar(10) NOT NULL,
   `itemtype` varchar(10) NOT NULL,
-- 
1.6.3.3




More information about the Koha-patches mailing list