mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
revert regression
This commit is contained in:
parent
8d63921924
commit
4f051fe5a5
|
@ -777,7 +777,7 @@ class Database extends AbstractData
|
||||||
self::$_db->exec(
|
self::$_db->exec(
|
||||||
'CREATE TABLE "' . self::_sanitizeIdentifier('paste') . '" ( ' .
|
'CREATE TABLE "' . self::_sanitizeIdentifier('paste') . '" ( ' .
|
||||||
"\"dataid\" CHAR(16) NOT NULL$main_key, " .
|
"\"dataid\" CHAR(16) NOT NULL$main_key, " .
|
||||||
"\"data\" $dataType, " .
|
"\"data\" $attachmentType, " .
|
||||||
'"postdate" INT, ' .
|
'"postdate" INT, ' .
|
||||||
'"expiredate" INT, ' .
|
'"expiredate" INT, ' .
|
||||||
'"opendiscussion" INT, ' .
|
'"opendiscussion" INT, ' .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user