feat: Add folderId column to the flow model
This commit is contained in:
@@ -12,6 +12,13 @@ exports[`Flow model > jsonSchema should have correct validations 1`] = `
|
||||
"deletedAt": {
|
||||
"type": "string",
|
||||
},
|
||||
"folderId": {
|
||||
"format": "uuid",
|
||||
"type": [
|
||||
"string",
|
||||
"null",
|
||||
],
|
||||
},
|
||||
"id": {
|
||||
"format": "uuid",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user