kaps_app/db/migrate/20161121084106_add_position_to_video_files.rb
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

6 lines
128 B
Ruby

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