]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/core.php
add a verb column to the notice table
[quix0rs-gnu-social.git] / db / core.php
index a9632fe8d4dbb4a6bcb21b032e467d22b1392318..72970810794e6638d19b838386d6c472afcf9bd3 100644 (file)
@@ -201,6 +201,7 @@ $schema['notice'] = array(
         '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'),