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
Updated the `headlines` table schema to allow `source_id` and
`category_id` to be nullable, which correctly reflects the optional
`source` and `category` fields in the shared `Headline` model.
Foreign key constraints have been added to these columns to maintain
referential integrity when a value is present. The database seeding
logic has also been updated to handle the potential for null values
in these fields during fixture insertion.
0 commit comments