Files
piratepoet/lib/Config
Tautvidas Sipavičius 859b87c7c9 Add index based on subscriber_id to scheduled_task_subscribers
[MAILPOET-1382]

This is done to avoid full table scans when scheduling welcome emails
and checking whether or not an email has been sent.
There we have to query based on `subscriber_id`, but without having a
`task_id`, so MySQL cannot make use of the `(task_id, subscriber_id)`
primary key.
2018-05-15 18:39:17 +03:00
..
2018-01-22 11:03:31 +00:00
2018-05-10 11:39:14 +01:00
2018-03-15 13:48:09 +00:00