0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit
Fabien O'Carroll 5d122c3c62
Updated plan_nickname column to be nullable
no-issue

This value is nullable from the Stripe API so we're making sure that we
can store exact values locally.

SQLite3 does not supports altering columns so instead we have to:
1. Create a temp table and copy the data to it
2. Delete the original table
3. Recreate the original table with the necessary modifications
4. Copy the data from the temp table
5. Drop the temp table
2021-02-02 16:12:10 +00:00
..
adapters Fixed "no-shadow" eslint warning in tests 2020-10-19 17:45:26 +13:00
api Pointed the v3 unit tests to the actual v3 code 2021-01-22 16:32:03 +13:00
apps 🔒 Fixed open redirect in private site login 2021-01-26 16:42:42 +00:00
data Updated plan_nickname column to be nullable 2021-02-02 16:12:10 +00:00
helpers Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
lib Made the package-json module ready to be exported (#12451) 2020-12-10 11:37:43 +01:00
models 🐛 Added multiple use grace period to tokens (#12519) 2021-01-18 17:03:41 +00:00
server Fixed settings reinit to only emit changed settings events (#12184) 2020-09-23 14:35:03 +01:00
services Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
shared/config Updated tests locations and added linting of core/shared (#11872) 2020-06-01 22:06:50 +01:00
web Pointed the v3 unit tests to the actual v3 code 2021-01-22 16:32:03 +13:00