mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 18:01:36 +03:00
0c59b948fa
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 |
||
---|---|---|
.. | ||
01-add-members-signup-redirect-settings.js | ||
02-add-user-id-to-api-keys-table.js | ||
03-add-email-track-opens-setting.js | ||
04-add-cancellation-reason-column.js | ||
05-remove-unused-columns-on-emails.js | ||
06-add-email-recipient-index.js | ||
07-add-email-recipients-event-timestamps.js | ||
08-add-email-stats-columns.js |