mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-21 22:17:44 -04:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user