diff options
author | francis <francis> | 2008-04-04 14:50:50 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-04 14:50:50 +0000 |
commit | 317ac76256bafa6f4f27918da56c5d1b1abdafbc (patch) | |
tree | 8126a1e9cdd7c8edee4f80454cb206dc7f695120 /db/schema.rb | |
parent | 5c8a492636160bb46d583556420487375c522927 (diff) |
Remove silly index
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb index 3a8433f47..5e1982b16 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -140,8 +140,6 @@ ActiveRecord::Schema.define(:version => 51) do t.datetime "updated_at" end - add_index "track_things_sent_emails", ["track_thing_id"], :name => "track_things_sent_emails_unique_index", :unique => true - create_table "user_info_request_sent_alerts", :force => true do |t| t.integer "user_id", :null => false t.integer "info_request_id", :null => false |