Ghost/core
Kevin Ansfield 0c59b948fa
Added migrations for email analytics (#12387)
no issue

- cleans up unused tables `emails.{meta,stats}`
- adds timestamp columns `email_recipients.{delivered_at,opened_at,failed_at}` that can be used for event timelines and basic stats aggregation
  - indexed because we want to sort by these columns to find the "latest event" when limiting Mailgun events API requests
- adds aggregated stats columns `emails.{delivered_count,opened_count,failed_count}`
- adds a composite index on `email_recipients.[email_id,member_email]` to dramatically speed up `email_recipient` update queries when processing events
  - modifies the db initialisation to support an `'@@INDEXES@@'` key in table schema definition for composite indexes
2020-11-25 17:48:24 +00:00
..
client@ad3460a4e8 Updated Ghost-Admin to v3.38.3 2020-11-23 17:34:33 +00:00
frontend Included all subscriptions in stripeSubscriptions (#12414) 2020-11-25 10:39:07 +00:00
server Added migrations for email analytics (#12387) 2020-11-25 17:48:24 +00:00
shared Updated default config for newsletter badge 2020-11-17 16:06:31 +05:30
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00