db/schema.rb in comfy_carousel-0.0.1 vs db/schema.rb in comfy_carousel-0.0.2
- old
+ new
@@ -14,9 +14,10 @@
ActiveRecord::Schema.define(:version => 1) do
create_table "carousel_carousels", :force => true do |t|
t.string "label", :null => false
t.string "identifier", :null => false
+ t.string "dimensions"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end
add_index "carousel_carousels", ["identifier"], :name => "index_carousel_carousels_on_identifier"