Kyoo/transcoder/migrations/000003_subtitle_mime.down.sql

6 lines
63 B
PL/PgSQL

begin;
alter table subtitles drop column mime_codec;
commit;