Much base work started
This commit is contained in:
7
db/migrate/20251029204614_add_json_stores_to_video.rb
Normal file
7
db/migrate/20251029204614_add_json_stores_to_video.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddJsonStoresToVideo < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :videos, :fingerprints, :text
|
||||
add_column :videos, :video_metadata, :text
|
||||
add_column :videos, :processing_info, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user