mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24: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'],
|
operation: ['insert'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: 'public',
|
default: 'doc',
|
||||||
required: true,
|
required: true,
|
||||||
description: 'Name of the schema the table belongs to',
|
description: 'Name of the schema the table belongs to',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue