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