luxlaverie3_app/db/migrate/20151213153133_add_slug_to_video_files.rb
Nicolas Bally 03ff0980aa initial
2016-05-26 00:20:52 +02:00

6 lines
119 B
Ruby

class AddSlugToVideoFiles < ActiveRecord::Migration
def change
add_column :video_files, :slug, :string
end
end