Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-06-04 01:41:38 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-06-04 03:24:12 +0400
commite720fc097d84ea15ced1cb8fc99ffbe54ee0a560 (patch)
treeca0b64c9e3cf00ccc6fb453b99af456d50fc799d /db
parent01edfeee032a9c5bfe97f70c3f0790fbc9916fd6 (diff)
chubbies tests mow take diaspora handle
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9f7bfa013..9ed970010 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -283,6 +283,7 @@ ActiveRecord::Schema.define(:version => 20110603212633) do
t.string "provider_display_name"
t.string "actor_url"
t.integer "objectId"
+ t.integer "root_id"
t.string "status_message_guid"
end