Ghost/test/unit
Fabien 'egg' O'Carroll 4e326123d3
Updated Offers related tables (#13609)
no-issue

* Removed NOT_NULL constraint from stripe_coupon_id

When handling disconnecting from Stripe - we remove all Stripe data from
our database to ensure we do not have bad/invalid data stored. Removing
this constraint will allow us to set the value to NULL.

* Added created_at column to offer_redemptions

Offer Redemptions are not just a joining table, but an event. A created_at
date allows them to be ordered

Because this is in alpha it is simpler to just drop the tables and
re-add them, due to offer_redemptions depending on offers, we also drop
this table and re-add it.
2021-10-20 14:22:37 +02:00
..
api Moved URL service to backend 2021-10-19 07:29:09 +13:00
frontend Renamed bootstrap to routerManager 2021-10-19 07:29:09 +13:00
server Updated Offers related tables (#13609) 2021-10-20 14:22:37 +02:00
shared Moved core/shared/i18n to theme-engine/i18n 2021-10-15 20:25:56 +01:00