Change custom event name

For a few years, we’ve been logging a custom event, but the event name contains a slightly annoying spelling error.

Can I safely run a query to update the log_action table (e.g. UPDATE log_action SET name = ‘correct event name’ WHERE idaction = 123)? Or do the archived reports (in e.g. archive_blob_2023_01) have the event name in them as well?

Hi @jstsch
If you update raw data, you’ll have also to rebuild past reports: