Bug 33488: (QA follow-up) Fix index name
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
c2b33e4c56
commit
828a571067
1 changed files with 1 additions and 1 deletions
|
@ -1550,7 +1550,7 @@ CREATE TABLE `branch_transfer_limits` (
|
||||||
`itemtype` varchar(10) DEFAULT NULL,
|
`itemtype` varchar(10) DEFAULT NULL,
|
||||||
`ccode` varchar(80) DEFAULT NULL,
|
`ccode` varchar(80) DEFAULT NULL,
|
||||||
PRIMARY KEY (`limitId`),
|
PRIMARY KEY (`limitId`),
|
||||||
KEY `fromBranch_index` (`fromBranch`)
|
KEY `fromBranch_idx` (`fromBranch`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue