class AddStatusToAlbums < ActiveRecord::Migration
  def change
    add_column :albums, :status, :integer
  end
end