Skip to content

Commit

Permalink
ENGCOM-4333: Issue Fixed #21322 : Declarative schema: Omitting indexT…
Browse files Browse the repository at this point in the history
…ype throws exception #21328

 - Merge Pull Request #21328 from cedcommerce/magento2:issue-fix-21322-2.3-develop
 - Merged commits:
   1. b179e54
  • Loading branch information
magento-engcom-team committed Feb 20, 2019
2 parents 10f900e + b179e54 commit 8c27ec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Index implements FactoryInterface
/**
* Default index type.
*/
const DEFAULT_INDEX_TYPE = "BTREE";
const DEFAULT_INDEX_TYPE = "btree";

/**
* @var ObjectManagerInterface
Expand Down

0 comments on commit 8c27ec9

Please sign in to comment.