fix: Drop mangas_tmp later on

This commit is contained in:
Ahmad Ansori Palembani 2024-06-04 08:40:18 +07:00
parent 533a272342
commit 1fb0e32868
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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