Skip to content

F/GYMUP-179/training-exectuion-entity#59

Open
GucioWons wants to merge 3 commits intomainfrom
f/GYMUP-179/training-exectuion-entity
Open

F/GYMUP-179/training-exectuion-entity#59
GucioWons wants to merge 3 commits intomainfrom
f/GYMUP-179/training-exectuion-entity

Conversation

@GucioWons
Copy link
Collaborator

No description provided.


@ManyToOne
@JoinColumn(name = "exercise_id")
private Exercise exercise;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relacja powinna być do TrainingPlanExercise, jeśli dobrze pamiętam

@JoinColumn(name = "exercise_id")
private TrainingExecutionExercise exercise;

private Integer weight;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weight powinno byc float

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants