mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-05 03:53:13 -05: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;
|