added default JSP file and statistics measurement for attachment downloads
This commit is contained in:
@@ -377,9 +377,12 @@ CREATE TABLE postdata (
|
||||
CREATE TABLE postattach (
|
||||
postid BIGINT NOT NULL PRIMARY KEY,
|
||||
datalen INT,
|
||||
hits INT DEFAULT 0,
|
||||
last_hit DATETIME,
|
||||
stgmethod SMALLINT DEFAULT 0,
|
||||
priority SMALLINT DEFAULT 0,
|
||||
filename VARCHAR(255),
|
||||
mimetype VARCHAR(128),
|
||||
stgmethod SMALLINT DEFAULT 0,
|
||||
data MEDIUMBLOB
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user