🐛 Fix CrateDB default schema

This commit is contained in:
Jan Oberhauser
2020-07-26 14:35:19 +02:00
parent db26140ff9
commit 51ff2b759f

View File

@@ -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',
},