ScheduleEntryType EnumType.String
This commit is contained in:
parent
188d13591f
commit
e991b23479
@ -48,6 +48,7 @@ public class ScheduleEntry {
|
||||
private boolean sunday = true;
|
||||
|
||||
@Column(nullable = false)
|
||||
@Enumerated(EnumType.STRING)
|
||||
private ScheduleEntryType type = ScheduleEntryType.TIME;
|
||||
|
||||
private double zenith = Zenith.CIVIL.degrees().doubleValue();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user