mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-05 03:30:37 -05:00
fixup! Add mime_codec to subtitles in the transcoder
This commit is contained in:
parent
84a855602e
commit
7085a68733
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