20120321141556_add_video_to_pages.rb 194 Bytes
# Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved.
class AddVideoToPages < ActiveRecord::Migration
  def change
    add_column :pages, :video, :string
  end
end