]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add activity object type to notice
authorEvan Prodromou <evan@status.net>
Thu, 3 Mar 2011 21:57:16 +0000 (16:57 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 08:34:20 +0000 (03:34 -0500)
db/core.php

index 55d724b505aca9460a135421b6988790771d9456..62730b853f7e8ed61845f205bb8f1bde02f815f7 100644 (file)
@@ -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(