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