From 10d96be3c330b735ef2a84b3b74d1da85d94ba9d Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Wed, 9 Feb 2011 14:45:31 -0800 Subject: [PATCH] someone forgot to check in schema.rb? --- db/schema.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index a11b1c8e5..c4fbefa11 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -395,7 +395,7 @@ ActiveRecord::Schema.define(:version => 20110202015222) do add_index "profiles", ["first_name", "searchable"], :name => "index_profiles_on_first_name_and_searchable" add_index "profiles", ["last_name", "searchable"], :name => "index_profiles_on_last_name_and_searchable" add_index "profiles", ["mongo_id"], :name => "index_profiles_on_mongo_id" - add_index "profiles", ["person_id"], :name => "index_profiles_on_person_id" + add_index "profiles", ["person_id"], :name => "index_profiles_on_person_id", :unique => true create_table "requests", :force => true do |t| t.integer "sender_id", :null => false @@ -457,8 +457,8 @@ ActiveRecord::Schema.define(:version => 20110202015222) do 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.string "invitation_service" + t.string "invitation_identifier" end add_index "users", ["email"], :name => "index_users_on_email"