mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-20 21:43:13 -05:00
11 lines
187 B
PL/PgSQL
11 lines
187 B
PL/PgSQL
begin;
|
|
|
|
drop table gocoder.info;
|
|
drop table gocoder.videos;
|
|
drop table gocoder.audios;
|
|
drop table gocoder.subtitles;
|
|
drop table gocoder.chapters;
|
|
drop type gocoder.chapter_type;
|
|
|
|
commit;
|