Skip to content

Commit 2d97573

Browse files
committed
Resolve TODO
1 parent b8376e0 commit 2d97573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/migrations/BaseMigrationBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ public function handleColumnsRename(array &$columnsForCreate, array &$columnsFor
655655
// existing column name should be removed from $columnsForDrop
656656
unset($columnsForDrop[$dropKeyOut]);
657657

658-
// TODO check in `required` and `x-index`
659658
// Create ALTER COLUMN NAME query
660659
// see `migrationForRenameColumn()`
661660
$fromColNameToColName[$previousColumnName] = $column->name;

0 commit comments

Comments
 (0)