mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
fixup! Add mime_codec to subtitles in the transcoder
This commit is contained in:
5
transcoder/migrations/000003_subtitle_mime.down.sql
Normal file
5
transcoder/migrations/000003_subtitle_mime.down.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
begin;
|
||||
|
||||
alter table subtitles drop column mime_codec;
|
||||
|
||||
commit;
|
||||
5
transcoder/migrations/000003_subtitle_mime.up.sql
Normal file
5
transcoder/migrations/000003_subtitle_mime.up.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
begin;
|
||||
|
||||
alter table subtitles add column mime_codec varchar(256) default null;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user