Kyoo/transcoder/migrations/000001_init_db.down.sql
2024-08-08 17:03:35 +02:00

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;