1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-13 08:59:25 +00:00

Prevent delete of everything if database wasn't really changed

This commit is contained in:
Ozzie Isaacs 2022-02-05 15:12:23 +01:00
commit 6ca08a7cc1

View File

@ -1228,6 +1228,7 @@ def _db_configuration_update_helper():
return _db_configuration_result(_('DB Location is not Valid, Please Enter Correct Path'),
gdrive_error)
# if db changed -> delete shelfs, delete download books, delete read books, kobo sync...
if db_change:
ub.session.query(ub.Downloads).delete()
ub.session.query(ub.ArchivedBook).delete()
ub.session.query(ub.ReadBook).delete()