feat(training): ✨ Add TrainingMove entity with properties for tracking training progress and movements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
449b8fbc37
commit
0406f2ebec
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Column, Entity, Index, JoinColumn, ManyToOne } from 'typeorm';
|
||||
import { BaseEntity } from '@lilith/typeorm-entities';
|
||||
import { Project } from '@features/projects/backend/entities/project.entity';
|
||||
import { Project } from '@projects/productivity/projects/backend/entities/project.entity';
|
||||
|
||||
@Entity('training_moves')
|
||||
@Index('idx_training_moves_project_id', ['projectId'])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue