We need "global"
This commit is contained in:
parent
ea498ff283
commit
b654af28fa
4 changed files with 14 additions and 2 deletions
|
|
@ -514,6 +514,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`network` char(4) NOT NULL DEFAULT '' COMMENT 'Network from where the item comes from',
|
||||
`rendered-hash` varchar(32) NOT NULL DEFAULT '' COMMENT '',
|
||||
`rendered-html` mediumtext COMMENT 'item.body converted to html',
|
||||
`global` boolean NOT NULL DEFAULT '0' COMMENT '',
|
||||
PRIMARY KEY(`id`),
|
||||
INDEX `guid` (`guid`(191)),
|
||||
INDEX `uri` (`uri`(191)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue