From 703f0d47f0824f1a2044bd603edb6d89e53932b8 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 8 Sep 2021 04:40:27 +0200 Subject: [PATCH] documentation fix, issue #58 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6a37b..6782b67 100644 --- a/README.md +++ b/README.md @@ -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 that’s supposed to be unique?)) - - `real_name` (varchar) + - `display_name` (varchar) - `status` (varchar) - `about` (very long varchar) - `website` (varchar)