diff options
author | francis <francis> | 2008-05-27 01:19:44 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-27 01:19:44 +0000 |
commit | de1d69bd30c6705b1cd6fd85974193ea22dc885b (patch) | |
tree | ed7214999ea49b3ff2302673d1cc77c4050598d1 /db/schema.rb | |
parent | f355524878bab41bc894dd9796412004e1c54429 (diff) |
Support authorities to which only EIR requests can be made.
Diffstat (limited to 'db/schema.rb')
-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 1bcf94dfa..66758a69c 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 => 56) do +ActiveRecord::Schema.define(:version => 57) do create_table "acts_as_xapian_jobs", :force => true do |t| t.string "model", :null => false @@ -50,6 +50,7 @@ ActiveRecord::Schema.define(:version => 56) do t.string "prominence", :default => "normal", :null => false t.text "url_title", :null => false t.boolean "stop_new_responses", :default => false, :null => false + t.string "law_used", :default => "foi", :null => false end add_index "info_requests", ["created_at"], :name => "index_info_requests_on_created_at" |