fix: associate executions in User model for types

This commit is contained in:
Ali BARIN
2022-09-29 19:54:41 +02:00
parent 1404650566
commit 56c8666f02

View File

@@ -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';