0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Rishabh Garg 1a84b8d81b
🐛 Fixed unable to delete member (#12784)
closes https://github.com/TryGhost/Team/issues/557

After updating to v4 on SQLite from v3, we were unable to delete members due to a foreign key mismatch error. This is because the migrations which recreates the tables for `members_stripe_customers_subscriptions` and `members_stripe_customers` doesn't add back the unique constraint which is needed by FKs for reference.

The migration creates the missing UNIQUE constraints on the tables.
2021-03-18 22:20:58 +05:30
..
client@25f84c2114 Updated Ghost-Admin to v4.0.1 2021-03-16 01:10:02 +00:00
frontend 🐛 Fixed @price template data to work with price helper (#12764) 2021-03-18 16:13:10 +00:00
server 🐛 Fixed unable to delete member (#12784) 2021-03-18 22:20:58 +05:30
shared Updated Portal to v1.0.0 2021-03-10 23:01:29 +05:30
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Fixed Ghost hiding config errors behind a crash 2021-03-18 16:32:51 +00:00