aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 939a07c2b..3212913c8 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 => 59) do
+ActiveRecord::Schema.define(:version => 60) do
create_table "acts_as_xapian_jobs", :force => true do |t|
t.string "model", :null => false
@@ -25,6 +25,7 @@ ActiveRecord::Schema.define(:version => 59) do
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.text "cached_attachment_text"
+ t.text "cached_main_body_text"
end
create_table "info_request_events", :force => true do |t|