0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
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 Updated Settings.populateDefaults() to account for available columns 2020-06-29 13:22:10 +00:00
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 🐛 Fixed small images appearing smaller in post content 2020-06-15 16:24:02 +01:00
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 Refactored tests to destructure common lib import (#11838) 2020-05-25 09:49:38 +01:00