20140529122416_add_seen_to_v_libras_videos.rb 154 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 # -*- encoding : utf-8 -*- class AddSeenToVLibrasVideos < ActiveRecord::Migration def change add_column :v_libras_videos, :seen, :boolean end end