We need to specify the skin field even though Minerva Skin is default in the MobileWebUIActions schema for data collection purposes.
Additional Notes:
There are no validation errors and the skin value will always be Minerva. It's just for consistency, convenience and for cleaner tables.
This patch was created before this ticket.
TODO
- Update the schema
- Update Minerva to use the new schema version and send the skin field
QA
- Verify that all events carry the skin field using the request SELECT event.skin, count(*) FROM event.mobilewebuiactionstracking WHERE year = 2023 AND event.action = 'init' AND ( month = 11 ) AND day = 17 AND wiki != 'testwiki' group by event.skin

