mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-02 03:36:24 +00:00
Add down migration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user