vidpush/db/migrate/20140424185113_add_published_to_videolisting.rb
2014-04-24 15:17:23 -04:00

6 lines
134 B
Ruby

class AddPublishedToVideolisting < ActiveRecord::Migration
def change
add_column :videolistings, :published, :boolean
end
end