Ghost/core
Fabien 'egg' O'Carroll d60d24e744
Migrated email filter columns from VARCHAR to TEXT (#14091)
refs https://github.com/TryGhost/Team/issues/1287

Currently we have a hard limit of how large an email filter can be,
which is very restrictive once a site starts using Tiers - by moving
toward a TEXT column, we essentially give the filters unlimited size.

This currently doesn't handle SQLite as there are no limits on VARCHARS
in SQLite.

The down migration is a loop so we don't have to handle values larger than
50 characters
2022-02-04 16:09:35 +02:00
..
client@b0554f1890 Updated Admin to v4.34.3 2022-02-02 15:42:32 +00:00
frontend Updated wording on unsubscribe confirmation with paid conditional 2022-02-02 12:36:41 +00:00
server Migrated email filter columns from VARCHAR to TEXT (#14091) 2022-02-04 16:09:35 +02:00
shared Merged v4.34.1 into main 2022-02-01 08:58:24 +00:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added library for extracting database information 2022-01-18 09:31:08 +00:00
bridge.js Added missing async/await calls 2021-11-23 17:24:50 +00:00