Commit edf469a6 by Juho Juopperi

user_is -> user_id: You earn the honorary name of TypoKing

1 parent d98296bd
...@@ -47,7 +47,7 @@ public class EventSettings implements ModelInterface<Integer> { ...@@ -47,7 +47,7 @@ public class EventSettings implements ModelInterface<Integer> {
private List<Event> events; private List<Event> events;
@ManyToOne @ManyToOne
@JoinColumn(name = "admin_user_id", referencedColumnName = "user_is", nullable = false) @JoinColumn(name = "admin_user_id", referencedColumnName = "user_id", nullable = false)
private User admin; private User admin;
@Version @Version
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!