Skip to content

Commit c7535d5

Browse files
committed
fix.
1 parent ba3227a commit c7535d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Providers/MigrationGeneratorServiceProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ static function (Application $app, array $params) use ($dbMap) {
160160
'driver' => $dbConfig['driver'],
161161
];
162162
$connection = DriverManager::getConnection($connectionParams);
163+
if ($connectionParams['driver'] === 'pgsql') {
164+
dd($connectionParams);
165+
}
163166

164167
return new MigrationGenerator(
165168
$app->make(DefinitionResolverInterface::class, ['connection' => $connection]),

0 commit comments

Comments
 (0)