Ghost/core/server/data/migrations/versions/4.5
Rishabh cfaddf82e8 Added migration to rename product as site title
refs https://github.com/TryGhost/Team/issues/667

On clean and existing installs, the default product created should be named the same as the site title in the first setup so the UX on Portal and everywhere is consistent. This change adds a migration to update existing sites which already have a default product created via fixture, and rename them to their current site title. The rename is only done if the Product name is still the same as in fixture - `Default Product`.
2021-05-11 00:00:12 +05:30
..
01-add-stripe-price-description-column.js Added description to Products & Prices (#12916) 2021-05-04 13:41:48 +01:00
02-add-product-description-column.js Added description to Products & Prices (#12916) 2021-05-04 13:41:48 +01:00
03-give-label-read-permissions-to-editors.js Fixed editors not being able to read labels when assigning member segments (#12934) 2021-05-07 10:51:44 +01:00
04-remove-unique-constraint-from-product-name.js Removed unique constraint from Product names (#12928) 2021-05-07 13:34:23 +01:00
05-rename-default-product-to-site-title.js Added migration to rename product as site title 2021-05-11 00:00:12 +05:30