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