--- orig.activitystream.install	2008-04-10 19:56:54.000000000 +0000
+++ activitystream.install	2008-04-10 19:26:28.000000000 +0000
@@ -46,6 +46,18 @@ function activitystream_install() {
 	}
 }

+function activitystream_update_1() {
+  $items = array();
+  switch ($GLOBALS['db_type']) {
+    case 'mysql':
+    case 'mysqli':
+      $items = array();
+      $items[] = update_sql("ALTER TABLE {activitystream_accounts} ADD COLUMN status INT NOT NULL, ADD COLUMN promote INT NOT NULL, ADD COLUMN sticky INT NOT NULL ;") ;
+      break;
+  }
+  return $items;
+}
+
 function activitystream_uninstall() {
   if (db_table_exists('activityfeed')) {
     db_query("DROP TABLE {activityfeed}");
