aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 99ced4c04..c8ce541a8 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 => 63) do
+ActiveRecord::Schema.define(:version => 64) do
create_table "acts_as_xapian_jobs", :force => true do |t|
t.string "model", :null => false
@@ -51,6 +51,9 @@ ActiveRecord::Schema.define(:version => 63) do
t.integer "comment_id"
end
+ add_index "info_request_events", ["created_at"], :name => "index_info_request_events_on_created_at"
+ add_index "info_request_events", ["info_request_id"], :name => "index_info_request_events_on_info_request_id"
+
create_table "info_requests", :force => true do |t|
t.text "title", :null => false
t.integer "user_id", :null => false