mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 08:18:50 +00:00
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; |