mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
50732df27a
* fix: content release with self-relation parent & child fails with FK violation 1. Concurrent publishes within a content type race on shared join-table state. 2. Errors from scheduled publishes were also silently swallowed leaving no trail in the logs. * test: api test for self-related releases --------- Co-authored-by: Ben Irvin <ben@innerdvations.com>