peractus_app/db/migrate/20161121084106_add_position_to_video_files.rb
Nicolas Bally a5cfbad091 initial
2018-08-06 16:55:14 +02:00

6 lines
128 B
Ruby

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