code cleanup

This commit is contained in:
Jan Prochazka
2021-05-15 18:08:12 +02:00
parent 21ceaecec6
commit 06a028a093
2 changed files with 1 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ const redshiftDriver = {
dialect,
engine: 'red@dbgate-plugin-postgres',
title: 'Amazon Redshift',
defaultPort: 5432,
defaultPort: 5439,
};
module.exports = [postgresDriver, cockroachDriver, redshiftDriver];