View | Details | Raw Unified | Return to bug 7368
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 468-474 CREATE TABLE collections_tracking ( Link Here
468
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8;
468
) ENGINE=InnoDB DEFAULT CHARACTER SET utf8;
469
469
470
--
470
--
471
-- Table structure for table `borrower_branch_circ_rules`
471
-- Table structure for table `branch_borrower_circ_rules`
472
--
472
--
473
473
474
DROP TABLE IF EXISTS `branch_borrower_circ_rules`;
474
DROP TABLE IF EXISTS `branch_borrower_circ_rules`;
475
- 

Return to bug 7368