0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit
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
..
api Updated tests to handle visibility tier 2022-02-01 11:13:51 +05:30
frontend Updated tests to handle visibility tier 2022-02-01 11:13:51 +05:30
server Migrated email filter columns from VARCHAR to TEXT (#14091) 2022-02-04 16:09:35 +02:00
shared Introduced booting from fixture url cache in test environment 2021-11-22 21:56:32 +13:00