0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/migrations/versions/3.38
Kevin Ansfield d41c2f8446
Added migration for emails.track_opens column (#12331)
no issue

- tracking of bulk email opens can be enabled/disabled over time, if we're calculating analytics for emails we don't want emails which didn't have tracking enabled skewing the results so we need a record of whether tracking was enabled for each email
2020-11-05 11:39:53 +00:00
..
01-add-email-recipient-filter-column.js
02-populate-email-recipient-filter-column.js
03-add-recipient-filter-column.js Added recipient_filter column to emails table 2020-11-04 16:29:54 +00:00
04-populate-recipient-filter-column.js Added migration to populate recipient_filter 2020-11-04 16:29:54 +00:00
05-add-emails-track-opens-column.js Added migration for emails.track_opens column (#12331) 2020-11-05 11:39:53 +00:00