From c428aac06f96680c64dc3792f7a5a88d0cd9b26b Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Tue, 17 Apr 2012 16:22:45 -0300 Subject: [PATCH] Updated DB schema with new migration --- db/schema.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index ce8f289..e7f4701 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 => 20120402205653) do +ActiveRecord::Schema.define(:version => 20120411132751) do create_table "abuse_reports", :force => true do |t| t.integer "reporter_id" @@ -203,7 +203,7 @@ ActiveRecord::Schema.define(:version => 20120402205653) do t.float "lng" t.boolean "display_in_menu", :default => false t.integer "children_count", :default => 0 - t.boolean "accept_products" + t.boolean "accept_products", :default => true t.integer "image_id" t.string "acronym" t.string "abbreviation" -- libgit2 0.21.2