add is_admin

This commit is contained in:
2022-09-18 13:12:43 +00:00
committed by GitHub
parent 66a5ab9bc4
commit ed35ef6e49
2 changed files with 6 additions and 1 deletions

View File

@@ -4,3 +4,4 @@
| name | Name of user | string |
| username | Username of user (unique) | string |
| password | Password of user | string |
| is_admin | Whether user is admin | boolean |