Prevent delete of everything if database wasn't really changed

pull/2320/head
Ozzie Isaacs 2 years ago
parent e0bf829def
commit 7254ce6c81

@ -1208,6 +1208,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()

Loading…
Cancel
Save