mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
Merge pull request #269 from janpio/patch-1
fix(postgresql): Fix driver UI label "Postgre SQL" => "PostgreSQL"
This commit is contained in:
commit
233fed30cb
@ -100,7 +100,7 @@ $$ LANGUAGE plpgsql;`,
|
||||
const postgresDriver = {
|
||||
...postgresDriverBase,
|
||||
engine: 'postgres@dbgate-plugin-postgres',
|
||||
title: 'Postgre SQL',
|
||||
title: 'PostgreSQL',
|
||||
defaultPort: 5432,
|
||||
dialect: {
|
||||
...dialect,
|
||||
|
Loading…
Reference in New Issue
Block a user