Skip to content

Commit 2d244ee

Browse files
committed
added possibility to define cross-schema views
1 parent 57edaef commit 2d244ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PostgreSQL",
3-
"version": "0.1.55",
4-
"versionDate": "2023-12-07",
3+
"version": "0.1.56",
4+
"versionDate": "2024-01-05",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "6.1.2",

reverse_engineering/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"errors": {
3-
"NO_DATABASES": "There is no databases in PostgreSQL Server instance",
4-
"WRONG_CONNECTION": "Can not connect to PostgreSQL Server instance"
3+
"NO_DATABASES": "There are no databases in PostgreSQL Server instance",
4+
"WRONG_CONNECTION": "Cannot connect to PostgreSQL Server instance"
55
},
66
"defaultDdlType": "postgres",
77
"scenario": "getDatabases",

0 commit comments

Comments
 (0)