Commit c428aac06f96680c64dc3792f7a5a88d0cd9b26b
1 parent
6d432a84
Exists in
master
and in
29 other branches
Updated DB schema with new migration
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
db/schema.rb
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | # |
10 | 10 | # It's strongly recommended to check this file into your version control system. |
11 | 11 | |
12 | -ActiveRecord::Schema.define(:version => 20120402205653) do | |
12 | +ActiveRecord::Schema.define(:version => 20120411132751) do | |
13 | 13 | |
14 | 14 | create_table "abuse_reports", :force => true do |t| |
15 | 15 | t.integer "reporter_id" |
... | ... | @@ -203,7 +203,7 @@ ActiveRecord::Schema.define(:version => 20120402205653) do |
203 | 203 | t.float "lng" |
204 | 204 | t.boolean "display_in_menu", :default => false |
205 | 205 | t.integer "children_count", :default => 0 |
206 | - t.boolean "accept_products" | |
206 | + t.boolean "accept_products", :default => true | |
207 | 207 | t.integer "image_id" |
208 | 208 | t.string "acronym" |
209 | 209 | t.string "abbreviation" | ... | ... |