chore: Introduce has many steps through flows for user model

This commit is contained in:
Faruk AYDIN
2022-01-29 19:48:59 +03:00
committed by Ömer Faruk Aydın
parent 700d0bfd32
commit 3429784309
5 changed files with 32 additions and 24 deletions

View File

@@ -16,6 +16,7 @@ class Step extends Base {
connectionId: number;
position: number;
parameters: string;
connection?: Connection;
static tableName = 'steps';