Validate that system actions always carry the sentinel user identifier.
Design notes:
Seed/init migrations 0030_indexer_seed_data.sql, 0032_indexer_deployment_init.sql,
and 0067_factory_reset_seed_defaults.sql insert user_id = 0 with the
all-zero UUID.
search_request_create_v1 defaults to system_user_id := 0 when the actor
is absent.
Data access tests (e.g., crates/revaer-data/src/indexers/deployment.rs)
exercise stored procedures with the sentinel UUID.