v.24.4Improvement

System.backup_log Table Update: Added Event Time Column

For consistency with other system tables, system.backup_log now has a column event_time. #62541 (Jayme Bird).
Added an event_time column to the system.backup_log table for consistency with other system tables.

Why it matters

This change ensures uniformity across system tables by including a timestamp column that records the time of each backup event, making it easier for users to track and analyze backup operations.

How to use it

Query the system.backup_log table as usual. The new event_time column will automatically appear, providing the timestamp for each backup event without any additional configuration.