]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Re-add lost verb column for Notice
authorEvan Prodromou <evan@status.net>
Tue, 23 Aug 2011 15:42:18 +0000 (11:42 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 23 Aug 2011 15:42:18 +0000 (11:42 -0400)
classes/Notice.php

index f7daf708e8eb27438e0011031b72df1ea81af860..0298cfdda3e0205667125886fddd4a6abce86ad0 100644 (file)
@@ -107,6 +107,7 @@ class Notice extends Managed_DataObject
                 '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' => 255, 'description' => 'URI representing activity streams object type', 'default' => 'http://activitystrea.ms/schema/1.0/note'),
+                'verb' => array('type' => 'varchar', 'length' => 255, 'description' => 'URI representing activity streams verb', 'default' => 'http://activitystrea.ms/schema/1.0/post'),
                 'scope' => array('type' => 'int',
                                  'default' => '1',
                                  'description' => 'bit map for distribution scope; 0 = everywhere; 1 = this server only; 2 = addressees; 4 = followers'),