mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-07 09:41:56 -04:00
7 lines
116 B
PL/PgSQL
7 lines
116 B
PL/PgSQL
begin;
|
|
|
|
delete from gocoder.audios;
|
|
alter table gocoder.audios add column channels int not null default 2;
|
|
|
|
commit;
|