mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-29 15:13:38 -05:00
fixup! Add mime_codec to subtitles in the transcoder
This commit is contained in:
parent
e38dadac1e
commit
fb0771bfbb
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;
|
||||
Loading…
x
Reference in New Issue
Block a user