Skip to content

LinkedQL Clear Histories

Oxford Harrison edited this page Nov 9, 2024 · 3 revisions

Command: linkedql clear-histories

Permanently erase savepoint histories.

What it does: irreversibly deletes savepoint records for all databases.

Usage

Use the --select flag to explicitly list histories to clear. (REQUIRED)

npx linkedql clear-histories --select=database_1,database_3
npx linkedql clear-histories --select=*

Clone this wiki locally