pub const ACTIVITY_DB_FILENAME: &str = "activity.redb";Expand description
File name of the redb database under the daemon data_root.
Why: keeps the table file separate from per-palace state so it can be
archived / inspected / re-initialised without touching palace data.
What: activity.redb.
Test: activity_log_open_creates_db_file.