Jason Woods
Jason Woods
Fixed the PHPCS. Damn alignment rules, who invented them 😆
@escopecz @RCheesley Let me know if anything else needed, thanks 👍
0.0.343 Node 22.20.0
Hi @williammartin It only happens for me on number prompts. Not on text prompts. It happens every time.
@escopecz I'm analysing that now! Just FYI - since MariaDB 10.0 and since MySQL 8 - table column additions in InnoDB support INSTANT addition where it creates new table space...
@escopecz Is this approach you think acceptable? * Add new index `is_compacted` on `(date_sent, tokens(1))` - _this will take a while on large tables, but it uses NOCOPY algorithm on...
@escopecz I think it was maybe 20-25m for me to get a new column added on one instance - and the index was 13m. Just worth considering if that is...
@escopecz Sure I expected as much for Mautic v8 but for those that want earlier can patch it in. In summary here is the current status: * Email Stats combines...
> There are also the is_read, viewed_in_browser, retry_count fields that make the email_stats table mutable. The open_count and date_read information would be in a separate table. I guess that is...
Pushed latest that I think works - still doing some testing - before I move onto next stage of separating the open details.