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
  • Loading branch information
sivaschenko authored Feb 24, 2019
2 parents e206c28 + 8c27ec9 commit d030d5b
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 d030d5b

Please sign in to comment.