documentation fix, issue #58

master
BodgeMaster 2021-09-08 04:40:27 +02:00
parent 2c09a27135
commit 703f0d47f0
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Database tables:
- profiles (do we even use this?)
- `id` (smallint (why? this makes no sense whatsoever), primary key, index (why? probably wanted to do unique))
- `email` (varchar, index (I think thats supposed to be unique?))
- `real_name` (varchar)
- `display_name` (varchar)
- `status` (varchar)
- `about` (very long varchar)
- `website` (varchar)