diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-09 08:57:03 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-09 08:57:03 +0100 |
commit | 8e940e7366fb6431ee311be87700a5b8694dee98 (patch) | |
tree | 6adb919dff30acc959ca969d8180d80bb691a448 | |
parent | d238c53445933b7abc9b31304b353dcd2a922e4f (diff) |
chema change to reflect new migration.
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index c0782ac1d..2e6406ad7 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -9,7 +9,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 82) do +ActiveRecord::Schema.define(:version => 83) do create_table "acts_as_xapian_jobs", :force => true do |t| t.string "model", :null => false @@ -220,6 +220,7 @@ ActiveRecord::Schema.define(:version => 82) do t.datetime "updated_at" end + add_index "track_things_sent_emails", ["created_at"], :name => "index_track_things_sent_emails_on_created_at" add_index "track_things_sent_emails", ["track_thing_id"], :name => "index_track_things_sent_emails_on_track_thing_id" create_table "user_info_request_sent_alerts", :force => true do |t| |