Ghost/test/unit/server/data
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
..
db Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
exporter Moved launchComplete user setting as global editor setting (#13703) 2021-11-04 18:03:51 +05:30
importer Moved server unit tests into the server folder 2021-10-06 12:01:09 +01:00
migrations Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
schema Migrated email filter columns from VARCHAR to TEXT (#14091) 2022-02-04 16:09:35 +02:00