store diaspora meta info in the item table. It has to go there or it will kill us with complex joins. We can phase out the sign table once this all checks out.
This commit is contained in:
@@ -535,6 +535,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
||||
`resource_type` char(16) NOT NULL DEFAULT '',
|
||||
`attach` mediumtext NOT NULL DEFAULT '',
|
||||
`sig` text NOT NULL DEFAULT '',
|
||||
`diaspora_meta` mediumtext NOT NULL DEFAULT '',
|
||||
`location` char(255) NOT NULL DEFAULT '',
|
||||
`coord` char(255) NOT NULL DEFAULT '',
|
||||
`public_policy` char(255) NOT NULL DEFAULT '',
|
||||
|
||||
Reference in New Issue
Block a user