fix column

This commit is contained in:
Σlie *
2026-02-27 22:35:39 +01:00
parent 1b1313d17e
commit cf1db7331b

View File

@ -12,7 +12,7 @@ public class PriceHistory {
private Float price;
@Column(name = "date_check")
@Column(name = "checked_at")
private LocalDateTime dateCheck;
@ManyToOne