This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
events/bp/calendar_entry/services
giles b153203fc0
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m47s
Fix CalendarEntryPost join: add explicit ON clause for polymorphic content_id
content_id is a loose reference (no FK to posts.id), so SQLAlchemy
cannot infer the join condition automatically.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 21:24:39 +00:00
..