get rid of mongo ids
This commit is contained in:
parent
8a2fece0f5
commit
3ca5353f08
1 changed files with 1 additions and 12 deletions
13
db/schema.rb
13
db/schema.rb
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended to check this file into your version control system.
|
# 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|
|
create_table "aspect_memberships", :force => true do |t|
|
||||||
t.integer "aspect_id", :null => false
|
t.integer "aspect_id", :null => false
|
||||||
|
|
@ -39,8 +39,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
|
||||||
t.integer "user_id", :null => false
|
t.integer "user_id", :null => false
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
t.string "user_mongo_id"
|
|
||||||
t.boolean "contacts_visible", :default => true, :null => false
|
t.boolean "contacts_visible", :default => true, :null => false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -57,7 +55,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
|
||||||
t.text "youtube_titles"
|
t.text "youtube_titles"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "comments", ["author_id"], :name => "index_comments_on_person_id"
|
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.integer "person_id", :null => false
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
t.boolean "sharing", :default => false, :null => false
|
t.boolean "sharing", :default => false, :null => false
|
||||||
t.boolean "receiving", :default => false, :null => false
|
t.boolean "receiving", :default => false, :null => false
|
||||||
end
|
end
|
||||||
|
|
@ -106,7 +102,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
|
||||||
t.integer "aspect_id"
|
t.integer "aspect_id"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "invitations", ["aspect_id"], :name => "index_invitations_on_aspect_id"
|
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.integer "owner_id"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "people", ["diaspora_handle"], :name => "index_people_on_diaspora_handle", :unique => true
|
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.text "youtube_titles"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
t.string "unprocessed_image"
|
t.string "unprocessed_image"
|
||||||
t.string "object_url"
|
t.string "object_url"
|
||||||
t.string "image_url"
|
t.string "image_url"
|
||||||
|
|
@ -251,7 +244,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
|
||||||
t.integer "person_id", :null => false
|
t.integer "person_id", :null => false
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
t.string "location"
|
t.string "location"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -285,8 +277,6 @@ ActiveRecord::Schema.define(:version => 20110604204533) do
|
||||||
t.string "nickname"
|
t.string "nickname"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
t.string "user_mongo_id"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "services", ["user_id"], :name => "index_services_on_user_id"
|
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.string "last_sign_in_ip"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "mongo_id"
|
|
||||||
t.string "invitation_service", :limit => 127
|
t.string "invitation_service", :limit => 127
|
||||||
t.string "invitation_identifier", :limit => 127
|
t.string "invitation_identifier", :limit => 127
|
||||||
t.integer "invitation_limit"
|
t.integer "invitation_limit"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue