Skip to content
Snippets Groups Projects
Commit ef92ba59 authored by Birk Øvstetun Narvhus's avatar Birk Øvstetun Narvhus
Browse files

fixed auth issue with enum in database

parent 5952d6bb
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ public class User implements UserDetails {
@Column(name = "authority")
@Enumerated(EnumType.STRING)
private Authority authority;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment