Ghost/core
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
..
client@faf8e85d8e Updated Ghost-Admin to v3.41.3 2021-02-01 14:40:51 +00:00
frontend 🔒 Fixed open redirect in private site login 2021-01-26 16:42:42 +00:00
server Updated plan_nickname column to be nullable 2021-02-02 16:12:10 +00:00
shared Added emailAnalytics config feature flag (#12443) 2020-12-02 13:22:12 +00:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00