mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +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 | ||
api | ||
data | ||
lib | ||
models | ||
services | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
notify.js | ||
overrides.js | ||
run-update-check.js | ||
update-check.js |