mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
bugfix: update placeholder for SQL database connection string (#3034)
chore: update placeholder for SQL database connection string
This commit is contained in:
@@ -66,7 +66,7 @@ class SqlDatabaseChain_Chains implements INode {
|
|||||||
label: 'Connection string or file path (sqlite only)',
|
label: 'Connection string or file path (sqlite only)',
|
||||||
name: 'url',
|
name: 'url',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
placeholder: '1270.0.0.1:5432/chinook'
|
placeholder: '127.0.0.1:5432/chinook'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Include Tables',
|
label: 'Include Tables',
|
||||||
|
|||||||
@@ -223,7 +223,7 @@
|
|||||||
"label": "Connection string or file path (sqlite only)",
|
"label": "Connection string or file path (sqlite only)",
|
||||||
"name": "url",
|
"name": "url",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"placeholder": "1270.0.0.1:5432/chinook",
|
"placeholder": "127.0.0.1:5432/chinook",
|
||||||
"id": "sqlDatabaseChain_0-input-url-string"
|
"id": "sqlDatabaseChain_0-input-url-string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user