You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line with #46, we need a way to delete existing subscriptions.
We currently want to consolidate existing subscription times into one time, and even completely delete unused subscriptions.
The challenge with deleting existing subscriptions is handling all the references to subscriptions. Simply deleting the subscription will leave dangling references in the database. In turn, users that were signed up for the subscription will continue receiving emails for the subscription.
The text was updated successfully, but these errors were encountered:
In line with #46, we need a way to delete existing subscriptions.
We currently want to consolidate existing subscription times into one time, and even completely delete unused subscriptions.
The challenge with deleting existing subscriptions is handling all the references to subscriptions. Simply deleting the subscription will leave dangling references in the database. In turn, users that were signed up for the subscription will continue receiving emails for the subscription.
The text was updated successfully, but these errors were encountered: