home / audit

Menu
  • Dashboards

retention_audit

✎ View and edit SQL

This data as json

0 records

CREATE TABLE retention_audit (
    id            INTEGER PRIMARY KEY AUTOINCREMENT,
    ran_at        TEXT NOT NULL,
    deleted_count INTEGER NOT NULL,
    oldest_kept   TEXT,
    notes         TEXT
);
Powered by Datasette · Queries took 6.989ms