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:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-06-06 23:27:21 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-06-06 23:27:21 +0400
commit3ca5353f08d05a0aba11502a2abe88f429f4e25c (patch)
treeb007acdc6837289e3eb49c9c365e6e4b7cc83f67 /db
parent8a2fece0f5dbfca67c5773022c0cc938000a1248 (diff)
get rid of mongo ids
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb13
1 files changed, 1 insertions, 12 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 143a0a641..64324d449 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -10,7 +10,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20110604204533) do
+ActiveRecord::Schema.define(:version => 20110606192307) do
create_table "aspect_memberships", :force => true do |t|
t.integer "aspect_id", :null => false
@@ -39,8 +39,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.integer "user_id", :null => false
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
- t.string "user_mongo_id"
t.boolean "contacts_visible", :default => true, :null => false
end
@@ -57,7 +55,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.text "youtube_titles"
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
end
add_index "comments", ["author_id"], :name => "index_comments_on_person_id"
@@ -69,7 +66,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.integer "person_id", :null => false
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
t.boolean "sharing", :default => false, :null => false
t.boolean "receiving", :default => false, :null => false
end
@@ -106,7 +102,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.integer "aspect_id"
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
end
add_index "invitations", ["aspect_id"], :name => "index_invitations_on_aspect_id"
@@ -184,7 +179,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.integer "owner_id"
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
end
add_index "people", ["diaspora_handle"], :name => "index_people_on_diaspora_handle", :unique => true
@@ -219,7 +213,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.text "youtube_titles"
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
t.string "unprocessed_image"
t.string "object_url"
t.string "image_url"
@@ -251,7 +244,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.integer "person_id", :null => false
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
t.string "location"
end
@@ -285,8 +277,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.string "nickname"
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
- t.string "user_mongo_id"
end
add_index "services", ["user_id"], :name => "index_services_on_user_id"
@@ -339,7 +329,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
t.string "last_sign_in_ip"
t.datetime "created_at"
t.datetime "updated_at"
- t.string "mongo_id"
t.string "invitation_service", :limit => 127
t.string "invitation_identifier", :limit => 127
t.integer "invitation_limit"