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
This commit is contained in:
parent
da576baab9
commit
5c5de860e2
|
@ -139,7 +139,7 @@ For reference or if you want to create the table schema for yourself to avoid ha
|
||||||
```sql
|
```sql
|
||||||
CREATE TABLE prefix_paste (
|
CREATE TABLE prefix_paste (
|
||||||
dataid CHAR(16) NOT NULL,
|
dataid CHAR(16) NOT NULL,
|
||||||
data BLOB,
|
data MEDIUMBLOB,
|
||||||
postdate INT,
|
postdate INT,
|
||||||
expiredate INT,
|
expiredate INT,
|
||||||
opendiscussion INT,
|
opendiscussion INT,
|
||||||
|
|
Loading…
Reference in New Issue