mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-08-07 09:01:29 -04:00
fixup! Add mime_codec
to subtitles in the transcoder
This commit is contained in:
parent
15f82661c3
commit
16013766e0
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