implement chrono privacy for pastes, addresses #1290

This commit is contained in:
El RIDO
2024-05-01 20:16:03 +02:00
parent ec02afca04
commit a9f1926b96
9 changed files with 24 additions and 29 deletions
+1 -2
View File
@@ -169,14 +169,13 @@ user these additional privileges:
For reference or if you want to create the table schema for yourself to avoid
having to give PrivateBin too many permissions (replace `prefix_` with your own
table prefix and create the table schema with your favourite MariaDB/MySQL
table prefix and create the table schema with your favorite MariaDB/MySQL
client):
```sql
CREATE TABLE prefix_paste (
dataid CHAR(16) NOT NULL,
data MEDIUMBLOB,
postdate INT,
expiredate INT,
opendiscussion INT,
burnafterreading INT,