Ghost/core/server/data
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
..
db 💡 Enabled foreign key checks on sqlite3 2021-03-02 11:13:19 +01:00
exporter Split data exporter's index file into separate module 2021-05-21 19:13:55 +04:00
importer Moved i18n to shared 2021-05-04 13:03:38 +01:00
migrations Added {monthly,yearly}_price columns to products 2021-06-01 09:38:15 +01:00
schema Added {monthly,yearly}_price columns to products 2021-06-01 09:38:15 +01:00
validation Moved i18n to shared 2021-05-04 13:03:38 +01:00