Skip to content

Commit d030d5b

Browse files
authored
ENGCOM-4333: Issue Fixed #21322 : Declarative schema: Omitting indexType throws exception #21328
2 parents e206c28 + 8c27ec9 commit d030d5b

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Setup/Declaration/Schema/Dto/Factories

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Setup/Declaration/Schema/Dto/Factories/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Index implements FactoryInterface
1919
/**
2020
* Default index type.
2121
*/
22-
const DEFAULT_INDEX_TYPE = "BTREE";
22+
const DEFAULT_INDEX_TYPE = "btree";
2323

2424
/**
2525
* @var ObjectManagerInterface

0 commit comments

Comments
 (0)