mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Drop mangas_tmp later on
This commit is contained in:
parent
533a272342
commit
1fb0e32868
2 changed files with 1 additions and 2 deletions
|
@ -45,6 +45,4 @@ FROM mangas_tmp;
|
|||
|
||||
CREATE INDEX mangas_url_index ON mangas(url);
|
||||
CREATE INDEX library_favorite_index ON mangas(favorite) WHERE favorite = 1;
|
||||
|
||||
DROP TABLE IF EXISTS mangas_tmp;
|
||||
--- << Rename hideTitle to hide_title
|
||||
|
|
|
@ -100,4 +100,5 @@ DROP TABLE IF EXISTS chapters_tmp;
|
|||
DROP TABLE IF EXISTS history_tmp;
|
||||
DROP TABLE IF EXISTS mangas_categories_tmp;
|
||||
DROP TABLE IF EXISTS manga_sync_tmp;
|
||||
DROP TABLE IF EXISTS mangas_tmp;
|
||||
--- << Fix migration 17 mistake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue