Skip to content

Commit

Permalink
added possibility to define cross-schema views
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jan 5, 2024
1 parent 57edaef commit 2d244ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PostgreSQL",
"version": "0.1.55",
"versionDate": "2023-12-07",
"version": "0.1.56",
"versionDate": "2024-01-05",
"author": "hackolade",
"engines": {
"hackolade": "6.1.2",
Expand Down
4 changes: 2 additions & 2 deletions reverse_engineering/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"errors": {
"NO_DATABASES": "There is no databases in PostgreSQL Server instance",
"WRONG_CONNECTION": "Can not connect to PostgreSQL Server instance"
"NO_DATABASES": "There are no databases in PostgreSQL Server instance",
"WRONG_CONNECTION": "Cannot connect to PostgreSQL Server instance"
},
"defaultDdlType": "postgres",
"scenario": "getDatabases",
Expand Down

0 comments on commit 2d244ee

Please sign in to comment.