Skip to content

Commit b1f4238

Browse files
fixup! Implements 1.0 → 1.1 migration and cleanup substeps
Signed-off-by: Jon Stovell <jonstovell@gmail.com>
1 parent 32deaa6 commit b1f4238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Maintenance/Migration/v1_1/RemoveIndexes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class RemoveIndexes extends MigrationBase
6565
public function execute(): bool
6666
{
6767
// Drop the ones we no longer want.
68-
foreach ($to_drop as $table_class => $indexes) {
68+
foreach ($this->to_drop as $table_class => $indexes) {
6969
$table = new $table_class();
7070

7171
foreach ($indexes as $index) {

0 commit comments

Comments
 (0)