mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-22 11:16:01 +03:00
013041304e
ref https://linear.app/tryghost/issue/ONC-296 Our `stripe_prices.nickname` field had a length of 50 chars which meant we could error out trying to save a donation Stripe price with a generated product nickname containing a long site title. - updated db schema and added a migration to change column length to 255 - added truncation to nickname generation to enforce a limit of 250 chars to match Stripe's limit |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json |