Skip to content

Commit 8c27ec9

Browse files
ENGCOM-4333: Issue Fixed #21322 : Declarative schema: Omitting indexType throws exception #21328
- Merge Pull Request #21328 from cedcommerce/magento2:issue-fix-21322-2.3-develop - Merged commits: 1. b179e54
2 parents 10f900e + b179e54 commit 8c27ec9

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)