bievre_app/db/migrate/20160124213119_add_yumpu_to_download_contents.rb
Caroline Girard dee35396f0 initial
2018-09-07 11:04:43 +02:00

6 lines
139 B
Ruby

class AddYumpuToDownloadContents < ActiveRecord::Migration
def change
add_column :download_contents, :show_yumpu, :boolean
end
end