added Admin and Secretary
This commit is contained in:
parent
684c3095eb
commit
6c688dab59
@ -2,6 +2,7 @@ package ovh.herisson.Clyde.Tables;
|
||||
|
||||
public enum Role {
|
||||
Teacher,
|
||||
Student;
|
||||
|
||||
Student,
|
||||
Admin,
|
||||
Secretary;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user