remove more v1 legacy

- document removed unused columns in database schema of tables `paste` & `comment`
- amended misleading comments
- nickname is part of the encrypted payload in v2 comments and therefore there is nothing to store separately
This commit is contained in:
El RIDO
2025-07-05 18:19:38 +02:00
parent e2859e9a35
commit b79ae4e929
5 changed files with 11 additions and 15 deletions
-1
View File
@@ -186,7 +186,6 @@ CREATE TABLE prefix_comment (
pasteid CHAR(16),
parentid CHAR(16),
data BLOB,
nickname BLOB,
vizhash BLOB,
postdate INT,
PRIMARY KEY (dataid)