From 1dbc9d75f482296468defc99041eb7174b62a40c Mon Sep 17 00:00:00 2001 From: francis Date: Thu, 7 Aug 2008 00:24:51 +0000 Subject: Feeds/alerts for authorities and users now includes responses and followups as well as original requests. Add RSS autodetection. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index 3212913c8..7c94e4622 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 => 60) do +ActiveRecord::Schema.define(:version => 61) do create_table "acts_as_xapian_jobs", :force => true do |t| t.string "model", :null => false -- cgit v1.2.3