We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e962136 commit 070b5b1Copy full SHA for 070b5b1
1 file changed
src/Command/AbstractCommand.php
@@ -556,7 +556,6 @@ protected function queryInternal(int $queryMode): mixed
556
557
$this->profiler?->end($rawSql, [$logCategory]);
558
559
- // @todo set isReadMode to false for DDL query
560
if (!$isReadMode) {
561
$this->refreshTableSchema();
562
}
0 commit comments