mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
refs https://github.com/TryGhost/Toolbox/issues/309 - we started off with "free" and "paid" in these columns but since moved to NQL strings - there is code in Ghost to rewrite these values to NQL strings, but we still have posts/emails in the DB with these old values so they need to be updated - once this migration is merged, we can probably clean a lot of that aliasing up - this commit migrates values in `posts.email_recipient_filter` and `emails.recipient_filter` from `free` to `status:free` and `paid` to `status:-free` - I've left the down as a no-op because we don't want to translate values back, and we don't know which ones we originally migrated in the first place |
||
---|---|---|
.. | ||
1.25 | ||
2.37 | ||
3.41 | ||
4.0 | ||
4.1 | ||
4.2 | ||
4.3 | ||
4.4 | ||
4.5 | ||
4.6 | ||
4.7 | ||
4.8 | ||
4.9 | ||
4.11 | ||
4.12 | ||
4.13 | ||
4.14 | ||
4.15 | ||
4.16 | ||
4.17 | ||
4.19 | ||
4.20 | ||
4.22 | ||
4.23 | ||
4.33 | ||
4.34 | ||
4.35 | ||
4.36 | ||
4.37 | ||
4.38 | ||
4.39 | ||
4.40 | ||
4.42 | ||
4.43 | ||
4.44 | ||
4.45 | ||
4.46 | ||
4.47 | ||
5.0 |