diff options
author | francis <francis> | 2008-08-07 00:24:51 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-07 00:24:51 +0000 |
commit | 1dbc9d75f482296468defc99041eb7174b62a40c (patch) | |
tree | 40352412aa9797573413bcb32d7626a64123c9c1 /db/schema.rb | |
parent | 3967bf5b0e791f6af426da394a1e9e3d1e707163 (diff) |
Feeds/alerts for authorities and users now includes responses and followups as
well as original requests.
Add RSS autodetection.
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |