From 55112cfdd0dc63c8ad7f719aea5b46db37fcf081 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 20 Jun 2011 19:08:40 -0700 Subject: item source --- database.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'database.sql') diff --git a/database.sql b/database.sql index 54e5f3983..e248b6b3d 100644 --- a/database.sql +++ b/database.sql @@ -179,6 +179,7 @@ CREATE TABLE IF NOT EXISTS `item` ( `author-avatar` char(255) NOT NULL, `title` char(255) NOT NULL, `body` mediumtext NOT NULL, + `app` char(255) NOT NULL, `verb` char(255) NOT NULL, `object-type` char(255) NOT NULL, `object` text NOT NULL, -- cgit v1.2.3