correction commit
All checks were successful
Build and test backend / Build-backend (pull_request) Successful in 2m3s
Build and test backend / Test-backend (pull_request) Successful in 1m53s
Build and test FrontEnd / Build-frontend (pull_request) Successful in 19s

This commit is contained in:
2024-03-05 23:34:49 +01:00
parent 57de070eb1
commit bb0e6783ec
6 changed files with 21 additions and 33 deletions

View File

@ -8,7 +8,7 @@ public class Secretary {
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
@JoinColumn(name = "User")
@JoinColumn(name = "Users")
private int regNo;
private String faculty;