idn_app/db/migrate/20151213153133_add_slug_to_video_files.rb
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

6 lines
119 B
Ruby

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