Function: deleteAllHistory()
function deleteAllHistory(db: Database): void;
Defined in: electron/services/database/utils/maintenance/historyManipulation.ts:115
Internal
Clear all history from the database.
Parameters
db
Database connection instance
Returns
void
Remarks
WARNING: This operation is destructive and irreversible.
Throws
Error when database deletion fails