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/models
giles bbde3c1f3f
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 48s
Phase 5: Remove cross-domain FKs and relationships from calendar models
- CalendarEntry.order_id: plain Integer column (no FK to orders)
- CalendarEntry: remove order relationship
- Ticket.order_id: plain Integer column (no FK to orders)
- Ticket: remove order relationship

Cross-domain bridging now handled by glue services.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 17:35:31 +00:00
..