fix: associate executions in User model for types
This commit is contained in:
@@ -13,6 +13,7 @@ class User extends Base {
|
|||||||
connections?: [Connection];
|
connections?: [Connection];
|
||||||
flows?: [Flow];
|
flows?: [Flow];
|
||||||
steps?: [Step];
|
steps?: [Step];
|
||||||
|
executions?: [Execution];
|
||||||
|
|
||||||
static tableName = 'users';
|
static tableName = 'users';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user