mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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 |
||
---|---|---|
.. | ||
db | ||
exporter | ||
importer | ||
migrations | ||
schema |