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
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Description
Right now, the collection
id
field in the database isn't set to not allow null.We realised this when we accidentally ingested items into the database when the collection didn't exist, and it broke the whole stac api.
We should set the field as not null to avoid this in the future.
Acceptance Criteria
id
tonot null
The text was updated successfully, but these errors were encountered: