Commit 5c03b2503edc47613c2456e802b67e2215360e6a

Authored by Gabriela Navarro
1 parent a6b18282
Exists in news_page

Update schema

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 # 11 #
12 # It's strongly recommended to check this file into your version control system. 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 create_table "abuse_reports", :force => true do |t| 16 create_table "abuse_reports", :force => true do |t|
17 t.integer "reporter_id" 17 t.integer "reporter_id"
@@ -375,6 +375,7 @@ ActiveRecord::Schema.define(:version => 20150602142030) do @@ -375,6 +375,7 @@ ActiveRecord::Schema.define(:version => 20150602142030) do
375 t.integer "width" 375 t.integer "width"
376 t.integer "height" 376 t.integer "height"
377 t.boolean "thumbnails_processed", :default => false 377 t.boolean "thumbnails_processed", :default => false
  378 + t.string "label", :default => ""
378 end 379 end
379 380
380 add_index "images", ["parent_id"], :name => "index_images_on_parent_id" 381 add_index "images", ["parent_id"], :name => "index_images_on_parent_id"