tchapgouv / tchap-stats

Scripts et organisation des statistiques fournies à Metabase provenant des données matrix
2 stars 1 forks source link

Add pusher data #47

Closed odelcroi closed 1 year ago

odelcroi commented 1 year ago

add pushers data (notifications configuration) for all users

pushers_aggregate (
  user_name ,
  device_id ,
  app_id , <-- app id can be "iphone.xxx" or "android.xxx"
  kind , <-- can be "web", "mail"...
  is_enabled , true or false
  instance,
  domain
);