mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-21 14:46:29 -04:00
Add earing Impaired suptitle flag support (#754)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
begin;
|
||||
|
||||
alter table subtitles drop column is_hearing_impaired;
|
||||
|
||||
commit;
|
||||
@@ -0,0 +1,5 @@
|
||||
begin;
|
||||
|
||||
alter table subtitles add column is_hearing_impaired boolean not null default false;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user