Add channels to audio info

This commit is contained in:
Zoe Roux
2026-04-02 15:18:22 +02:00
parent 2f2fdfc13c
commit d868ad9e61
5 changed files with 19 additions and 5 deletions
@@ -0,0 +1,5 @@
begin;
alter table gocoder.audios drop column channels;
commit;