Skip to content

Commit 8284952

Browse files
committed
Add missing check
1 parent 6b5274e commit 8284952

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Database/Validator/Index.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ public function isValid($value): bool
108108
if (!$this->checkMultipleFulltextIndexes($value)) {
109109
return false;
110110
}
111+
if (!$this->checkIdenticalIndexes($value)) {
112+
return false;
113+
}
111114
if (!$this->checkFulltextIndexNonString($value)) {
112115
return false;
113116
}

0 commit comments

Comments
 (0)