Files
old-holivud2/db/migrate/20190731171011_add_edl_start_timecode_to_videos.rb
2020-05-31 22:38:19 +02:00

6 lines
141 B
Ruby

class AddEdlStartTimecodeToVideos < ActiveRecord::Migration[5.2]
def change
add_column :videos, :edl_start_timecode, :string
end
end