Much base work started
This commit is contained in:
8
db/migrate/20251029215501_add_phase1_fields_to_videos.rb
Normal file
8
db/migrate/20251029215501_add_phase1_fields_to_videos.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class AddPhase1FieldsToVideos < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :videos, :filename, :string
|
||||
add_column :videos, :transcoded_path, :string
|
||||
add_column :videos, :transcoded_permanently, :boolean
|
||||
add_column :videos, :web_compatible, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user