Skip to content

dropDatabase

const dropDatabase: typeof dexieRepo.dropDatabase

Defined in: lib/repositories/chat-history.ts:403

Drop the active backend’s database. The other side’s data is left alone (e.g. on SQLite, Dexie data is untouched — intentional during the rollout window, so a rollback can restore from it).