Ghost/test
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
..
api-acceptance Added status property to members (#12570) 2021-02-02 16:11:34 +00:00
frontend-acceptance Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
regression Added status property to members (#12570) 2021-02-02 16:11:34 +00:00
unit Updated plan_nickname column to be nullable 2021-02-02 16:12:10 +00:00
utils Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
.eslintignore Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00