Ghost/ghost/core/test/integration
Simon Backx 18cf5dd582
Added migrations for donations API (#17536)
fixes https://github.com/TryGhost/Product/issues/3655

- This adds a new table for storing donation events in the database.
- Makes it possible to store stripe_products without associating it with
a tier/Ghost product (required for one time purchases).
- Updates the schema for stripe_prices to allow enum value of
`donation`, which is required to query specifically on the prices used
for donations (existing one_time is not enough).

Database changes are discussed in the Tech Spec:
https://www.notion.so/ghost/Tech-Spec-5cd6929f7960462ebcbf198176e0d899?pvs=4#1f18cc5a38294f61a091e5be63fe1059
2023-07-31 17:29:36 +02:00
..
exporter Added migrations for donations API (#17536) 2023-07-31 17:29:36 +02:00
importer
migrations Fixed resetting database in migrations tests 2023-07-07 18:42:18 +02:00
services Retain newsletter subscriptions on suppression (#17373) 2023-07-24 10:47:57 +01:00
settings
url_service.test.js