mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix CrateDB default schema
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user