mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
d60d24e744
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 |
||
---|---|---|
.. | ||
adapters | ||
data | ||
lib | ||
models | ||
services | ||
web | ||
notify.test.js | ||
overrides.test.js |