Commit ac65bb0e045d22a822006109eb2510e0637302e7
Committed by
Rodrigo Souto
1 parent
5ee24034
Exists in
master
and in
22 other branches
Update schema
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
db/schema.rb
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | # |
| 12 | 12 | # It's strongly recommended to check this file into your version control system. |
| 13 | 13 | |
| 14 | -ActiveRecord::Schema.define(:version => 20150602142030) do | |
| 14 | +ActiveRecord::Schema.define(:version => 20150603182105) do | |
| 15 | 15 | |
| 16 | 16 | create_table "abuse_reports", :force => true do |t| |
| 17 | 17 | t.integer "reporter_id" |
| ... | ... | @@ -376,6 +376,7 @@ ActiveRecord::Schema.define(:version => 20150602142030) do |
| 376 | 376 | t.integer "width" |
| 377 | 377 | t.integer "height" |
| 378 | 378 | t.boolean "thumbnails_processed", :default => false |
| 379 | + t.string "label", :default => "" | |
| 379 | 380 | end |
| 380 | 381 | |
| 381 | 382 | add_index "images", ["parent_id"], :name => "index_images_on_parent_id" | ... | ... |