musifrat_app/db/migrate/20161121084106_add_position_to_video_files.rb
Nicolas Bally a1aef72f7f intial
2019-02-03 15:12:58 +01:00

6 lines
128 B
Ruby

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