Skip to content

Commit 36b7d92

Browse files
committed
ci: debug oracle setup
1 parent cd7abeb commit 36b7d92

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/DB/Migrator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ protected function applySchema(Schema $targetSchema, \Doctrine\DBAL\Connection $
170170
$step = 0;
171171
foreach ($sqls as $sql) {
172172
$this->emit($sql, $step++, \count($sqls));
173+
echo "Running statement: " . $sql . "\n";
173174
$connection->query($sql);
174175
}
175176
$connection->commit();

0 commit comments

Comments
 (0)