mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
🐛 Fix CrateDB default schema
This commit is contained in:
parent
db26140ff9
commit
51ff2b759f
|
@ -84,7 +84,7 @@ export class CrateDb implements INodeType {
|
|||
operation: ['insert'],
|
||||
},
|
||||
},
|
||||
default: 'public',
|
||||
default: 'doc',
|
||||
required: true,
|
||||
description: 'Name of the schema the table belongs to',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue