Ghost/core/server/data/migrations/versions/4.7
Fabien 'egg' O'Carroll bdd7c0f821
Added {monthly,yearly}_price columns to products
refs https://github.com/TryGhost/Team/issues/710
refs https://github.com/TryGhost/Team/issues/725

Products will now have a single monthly and yearly price which will be
used throughout Themes, Portal & Admin. These columns will be used to
track the current prices for each of them, and will update anytime we
change the pricing of a product.

Due to a circular table dependency we have not added a foreign key
constraint to the new columns, this will be handled at a later date. It
is tracked in issue 725 references above
2021-06-01 09:38:15 +01:00
..
01-add-monthly-price-column-to-products.js Added {monthly,yearly}_price columns to products 2021-06-01 09:38:15 +01:00
02-add-yearly-price-column-to-products.js Added {monthly,yearly}_price columns to products 2021-06-01 09:38:15 +01:00