chore: Introduce has many steps through flows for user model
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
700d0bfd32
commit
3429784309
@@ -16,6 +16,7 @@ class Step extends Base {
|
||||
connectionId: number;
|
||||
position: number;
|
||||
parameters: string;
|
||||
connection?: Connection;
|
||||
|
||||
static tableName = 'steps';
|
||||
|
||||
|
Reference in New Issue
Block a user