Merge pull request 'Resolve #88' (#89) from 3002833/Backend:main into restfull

Reviewed-on: Maradona/Backend#89
pull/1/head
David Hess 2024-11-11 15:25:02 +01:00
commit c1fbb7a546
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class Employee {
private String lastName;
@ManyToOne
@JoinColumn(name = "FID")
@JoinColumn(name = "FID", referencedColumnName = "fid")
private FormOfAddress formOfAddress;
private LocalTime dStart;