hngprojects / hng_boilerplate_python_fastapi_web

Apache License 2.0
153 stars 136 forks source link

fix: newsletter subscription #858

Closed trevorjob closed 2 months ago

trevorjob commented 2 months ago

Motivation:

The newsletter_id column in the newsletter_subscriber table was previously set as NOT NULL, which imposed a constraint that every subscriber must be associated with a specific newsletter. However, we've identified scenarios where subscribers may not need to be tied to a specific newsletter upon initial subscription, allowing for greater flexibility in subscription management.

Changes Made:

Types of changes

Checklist: