mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-03-11 04:13:39 -04:00
6 lines
88 B
PL/PgSQL
6 lines
88 B
PL/PgSQL
begin;
|
|
|
|
alter table subtitles add column mime_codec varchar(256) default null;
|
|
|
|
commit;
|