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

6 lines
128 B
Ruby

class AddPositionToVideoFiles < ActiveRecord::Migration
def change
add_column :video_files, :position, :integer
end
end