Kyoo/transcoder/migrations/000003_add_audio_channels.up.sql
2026-04-02 19:03:27 +02:00

6 lines
88 B
PL/PgSQL

begin;
alter table gocoder.audios add column channels int not null default 2;
commit;