remove v1 backend support and version checks in the frontend

This commit is contained in:
El RIDO
2025-07-05 17:21:12 +02:00
parent 6d5323e351
commit f7cf389f36
17 changed files with 186 additions and 526 deletions
-4
View File
@@ -177,11 +177,7 @@ CREATE TABLE prefix_paste (
dataid CHAR(16) NOT NULL,
data MEDIUMBLOB,
expiredate INT,
opendiscussion INT,
burnafterreading INT,
meta TEXT,
attachment MEDIUMBLOB,
attachmentname BLOB,
PRIMARY KEY (dataid)
);