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

(-)a/installer/data/mysql/kohastructure.sql (-2 / +1 lines)
Lines 1550-1556 CREATE TABLE `branch_transfer_limits` ( Link Here
1550
  `itemtype` varchar(10) DEFAULT NULL,
1550
  `itemtype` varchar(10) DEFAULT NULL,
1551
  `ccode` varchar(80) DEFAULT NULL,
1551
  `ccode` varchar(80) DEFAULT NULL,
1552
  PRIMARY KEY (`limitId`),
1552
  PRIMARY KEY (`limitId`),
1553
  KEY `fromBranch_index` (`fromBranch`)
1553
  KEY `fromBranch_idx` (`fromBranch`)
1554
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
1554
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
1555
/*!40101 SET character_set_client = @saved_cs_client */;
1555
/*!40101 SET character_set_client = @saved_cs_client */;
1556
1556
1557
- 

Return to bug 33488