mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Add down migration
This commit is contained in:
parent
a112ecb8e9
commit
4e4f93bf28
@ -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;
|
Loading…
x
Reference in New Issue
Block a user