Switch transcoder to pgx

This commit is contained in:
Zoe Roux
2025-11-02 22:29:55 +01:00
parent 165d9e8f31
commit 509e7c08cd
13 changed files with 348 additions and 286 deletions
@@ -1,5 +1,5 @@
begin;
alter table subtitles drop column mime_codec;
alter table gocoder.subtitles drop column mime_codec;
commit;