Skip to content

(feat): store activity owner_guid for all views - closes #822

Mark Harding requested to merge epic/affiliates into master
  1. Scroll through feed
  2. Run kubectl exec -it pod/cassandra-0 -- cqlsh
  3. 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;
  4. owner_guid should be populated
Edited by Mark Harding

Merge request reports