(feat): store activity owner_guid for all views - closes #822
- Scroll through feed
- Run kubectl exec -it pod/cassandra-0 -- cqlsh
- enter select uuid,owner_guid from minds.views where year=2019 and month=9 and day=16 ORDER BY month DESC, day DESC, uuid DESC;
- owner_guid should be populated
Edited by Mark Harding