Add down migration

This commit is contained in:
Zoe Roux 2024-08-05 01:15:38 +02:00
parent a112ecb8e9
commit 4e4f93bf28

View File

@ -0,0 +1,10 @@
begin;
drop table info;
drop table videos;
drop table audios;
drop table subtitles;
drop table chapters;
drop type chapter_type;
commit;