fix: use correct column name (animal_id) in get_event_animals query

The animal_registry table uses animal_id as its primary key, not id.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-01 19:15:31 +00:00
parent 3937d675ba
commit a35d4a3c0d
4 changed files with 140 additions and 3 deletions

5
nits Normal file
View File

@@ -0,0 +1,5 @@
Animal detail slider, event timeline, I want to be able to click on events and go to a detail view about them.
Create animal cohort form, click button, succeeds, comes back to the same form when successful. There should be a notification that it worked and link to detail view of the event created. Audit all other forms for this.
If I want to sell 2 ducks matching "species:duck sex:female status:alive", how do I do it? The record outcome form says 35 animals selected if I use that filter.