Skip to content

Commit

Permalink
DEBUG only
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 21, 2020
1 parent f9e6b05 commit 48c5d0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public function testAlterTableExplicitColumnPosition(): void

$comparator = new Comparator();
$this->schemaManager->alterTable($comparator->diffTable($table, $table2));

self::assertTrue(false);// debug, dump queries
self::assertSame(['id', 'new', 'b', 'a'], array_keys($this->schemaManager->listTableColumns($tableName)));
}

Expand Down

0 comments on commit 48c5d0c

Please sign in to comment.