mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
11 lines
139 B
PL/PgSQL
11 lines
139 B
PL/PgSQL
begin;
|
|
|
|
drop table info;
|
|
drop table videos;
|
|
drop table audios;
|
|
drop table subtitles;
|
|
drop table chapters;
|
|
drop type chapter_type;
|
|
|
|
commit;
|