Просмотр исходного кода

INSTALL: Creata a mediumblob for data in a paste

This allows to upload bigger pastes and pastes with attachments in the
v2 paste format.

Fixes #456
Andreas Schneider 7 лет назад
Родитель
Сommit
5c5de860e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      INSTALL.md

+ 1 - 1
INSTALL.md

@@ -139,7 +139,7 @@ For reference or if you want to create the table schema for yourself to avoid ha
 ```sql
 CREATE TABLE prefix_paste (
     dataid CHAR(16) NOT NULL,
-    data BLOB,
+    data MEDIUMBLOB,
     postdate INT,
     expiredate INT,
     opendiscussion INT,