From 2695ead7b2f6c99eeb9aae10344c152bb8ef01cb Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 3 Mar 2011 16:57:16 -0500 Subject: [PATCH] add activity object type to notice --- db/core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/db/core.php b/db/core.php index 55d724b505..62730b853f 100644 --- a/db/core.php +++ b/db/core.php @@ -201,6 +201,7 @@ $schema['notice'] = array( 'location_id' => array('type' => 'int', 'description' => 'location id if possible'), 'location_ns' => array('type' => 'int', 'description' => 'namespace for location'), 'repeat_of' => array('type' => 'int', 'description' => 'notice this is a repeat of'), + 'object_type' => array('type' => 'varchar', 'length' => 32, 'description' => 'URI representing activity streams object type'), ), 'primary key' => array('id'), 'unique keys' => array(