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:
authordanielgrippi <danielgrippi@gmail.com>2011-07-13 02:04:15 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-22 05:22:17 +0400
commitd1bbbdbc4c2c91af69fa841572d9116d93f1ff97 (patch)
tree77b4f1a58843c5684c7ea0fb00cdcb3d81281529 /db
parentce9477976603cdb000d6e7095b13dc548235f99c (diff)
fixed all specs; rebased.
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 a8ddf606d..da4789c6a 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -268,6 +268,7 @@ ActiveRecord::Schema.define(:version => 20110707234802) do
t.string "provider_display_name"
t.string "actor_url"
t.integer "objectId"
+ t.integer "root_id"
t.string "status_message_guid"
t.integer "likes_count", :default => 0
end