mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-03-03 15:40:00 -05:00
6 lines
80 B
PL/PgSQL
6 lines
80 B
PL/PgSQL
begin;
|
|
|
|
alter table gocoder.subtitles drop column is_hearing_impaired;
|
|
|
|
commit;
|