mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
refactored resource classes
This commit is contained in:
@@ -14,7 +14,7 @@ import javax.persistence.Table;
|
||||
public class UserRole extends AbstractModel {
|
||||
|
||||
public static enum Role {
|
||||
USER, ADMIN
|
||||
USER, ADMIN, NONE
|
||||
}
|
||||
|
||||
@OneToOne
|
||||
|
||||
Reference in New Issue
Block a user