mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 09:22:49 +03:00
5d122c3c62
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 |
||
---|---|---|
.. | ||
client@faf8e85d8e | ||
frontend | ||
server | ||
shared | ||
index.js |