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

6 lines
66 B
PL/PgSQL

begin;
alter table gocoder.audios drop column channels;
commit;