import events (not just event posts) from zot

This commit is contained in:
friendica
2013-01-16 00:59:43 -08:00
parent ddd8a0e062
commit a9f4a47a35
5 changed files with 37 additions and 8 deletions

View File

@@ -224,7 +224,6 @@ CREATE TABLE IF NOT EXISTS `event` (
`uid` int(11) NOT NULL,
`event_xchan` char(255) NOT NULL DEFAULT '',
`event_hash` char(255) NOT NULL DEFAULT '',
`message_id` char(255) NOT NULL,
`created` datetime NOT NULL,
`edited` datetime NOT NULL,
`start` datetime NOT NULL,