0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core/server/data
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
..
db Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
exporter Removed stripe keys and analytics data from export (#12573) 2021-01-28 14:55:54 +05:30
importer Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
migrations Updated plan_nickname column to be nullable 2021-02-02 16:12:10 +00:00
schema Updated plan_nickname column to be nullable 2021-02-02 16:12:10 +00:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00