forked from leftypol/leftypol
track cites (remove broken links after a post 404s)
This commit is contained in:
parent
486842e9a1
commit
b57be65c9f
6 changed files with 98 additions and 8 deletions
|
@ -7,6 +7,7 @@ CREATE TABLE IF NOT EXISTS `posts_{{ board }}` (
|
|||
`trip` varchar(15) DEFAULT NULL,
|
||||
`capcode` varchar(50) DEFAULT NULL,
|
||||
`body` text NOT NULL,
|
||||
`body_nomarkup` text DEFAULT NULL,
|
||||
`time` int(11) NOT NULL,
|
||||
`bump` int(11) DEFAULT NULL,
|
||||
`thumb` varchar(50) DEFAULT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue