Ghost/test/regression/models
Fabien 'egg' O'Carroll d15446593a
Added support for ON DELETE CASCADE to the schema (#12105)
no-issue

We are in the process of creating migrations to add foreign key constraints
and cascading deletes to the members_stripe_* tables to make listing members
and deleting members faster. As well as the migrations we need to update the
database schema so that new installations have the correct indexes and constraints.

Co-authored-by: Kevin Ansfield <kevin@lookingsideways.co.uk>
2020-08-05 13:20:30 +02:00
..
base
model_member_stripe_customer_spec.js Added support for ON DELETE CASCADE to the schema (#12105) 2020-08-05 13:20:30 +02:00
model_members_spec.js Updated Member model to cascade on destroy (#12077) 2020-07-23 18:21:10 +02:00
model_posts_spec.js
model_stripe_customer_subscription_spec.js Added support for ON DELETE CASCADE to the schema (#12105) 2020-08-05 13:20:30 +02:00
model_users_spec.js