4 lines
120 B
SQL
4 lines
120 B
SQL
-- Add migration script here
|
|
alter table uploads
|
|
add column duration float,
|
|
add column bitrate integer unsigned; |