20140529122416_add_seen_to_v_libras_videos.rb 154 Bytes
# -*- encoding : utf-8 -*-
class AddSeenToVLibrasVideos < ActiveRecord::Migration
  def change
    add_column :v_libras_videos, :seen, :boolean
  end
end