diff options
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" |