mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 14:06:00 +00:00
SYNC: store connection definition in storagedb
This commit is contained in:
committed by
Diflow
parent
85f847a4f3
commit
74fa1c6628
@@ -674,6 +674,12 @@ module.exports = {
|
|||||||
"columnName": "awsRegion",
|
"columnName": "awsRegion",
|
||||||
"dataType": "varchar(250)",
|
"dataType": "varchar(250)",
|
||||||
"notNull": false
|
"notNull": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pureName": "connections",
|
||||||
|
"columnName": "connectionDefinition",
|
||||||
|
"dataType": "text",
|
||||||
|
"notNull": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"foreignKeys": [],
|
"foreignKeys": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user