mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
fix(postgresql): Fix driver UI label "Postgre SQL" => "PostgreSQL"
This commit is contained in:
@@ -100,7 +100,7 @@ $$ LANGUAGE plpgsql;`,
|
||||
const postgresDriver = {
|
||||
...postgresDriverBase,
|
||||
engine: 'postgres@dbgate-plugin-postgres',
|
||||
title: 'Postgre SQL',
|
||||
title: 'PostgreSQL',
|
||||
defaultPort: 5432,
|
||||
dialect: {
|
||||
...dialect,
|
||||
|
||||
Reference in New Issue
Block a user