API 1.0.45 ExerciseType buddy_warning

This commit is contained in:
Bossanyi Tibor
2021-06-17 23:30:15 +02:00
parent 2e7a0a9021
commit 36c5bcbc49
6 changed files with 13 additions and 3 deletions
@@ -18,6 +18,7 @@ data class ExerciseType(
@Expose @get: Null var unitQuantityUnit: String?,
@Expose @get: NonNull var active: Boolean?,
@Expose @get: NonNull var base: Boolean?,
@Expose @get: NonNull var buddyWarning: Boolean = false,
@Expose @Id @GeneratedValue(strategy = GenerationType.IDENTITY) val exerciseTypeId: Long = 0,