mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +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 |
||
---|---|---|
.. | ||
client@b0554f1890 | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |