mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
"last-child" is not used anymore
This commit is contained in:
parent
2d66242b4f
commit
034d46196f
18 changed files with 6 additions and 105 deletions
|
@ -499,7 +499,6 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`deleted` boolean NOT NULL DEFAULT '0' COMMENT '',
|
||||
`origin` boolean NOT NULL DEFAULT '0' COMMENT '',
|
||||
`forum_mode` tinyint NOT NULL DEFAULT 0 COMMENT '',
|
||||
`last-child` boolean NOT NULL DEFAULT '1' COMMENT '',
|
||||
`mention` boolean NOT NULL DEFAULT '0' COMMENT '',
|
||||
`network` varchar(32) NOT NULL DEFAULT '' COMMENT '',
|
||||
`rendered-hash` varchar(32) NOT NULL DEFAULT '' COMMENT '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue