refactor: Use string ids on Credentials, Workflows, Tags, and Executions DB entities (#5041)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-01-02 17:42:32 +01:00
committed by GitHub
parent 8bee04cd2a
commit ee28213538
83 changed files with 468 additions and 645 deletions

View File

@@ -153,7 +153,7 @@ export default mixins(restApi).extend({
},
credentialData: {},
credentialId: {
type: [String, Number],
type: String,
default: '',
},
showValidationWarning: {

View File

@@ -171,7 +171,7 @@ export default mixins(showMessage, nodeHelpers).extend({
required: true,
},
activeId: {
type: [String, Number],
type: [String],
required: true,
},
mode: {