Skip to content

Commit

Permalink
Issue Fixed #21322 : Declarative schema: Omitting indexType throws ex…
Browse files Browse the repository at this point in the history
…ception
  • Loading branch information
milindsingh committed Feb 19, 2019
1 parent 9cdc1b7 commit b179e54
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 b179e54

Please sign in to comment.