-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
Currently, the Mortality Events table is not available to Blazer but we need to include data from this table in our queries. The mortality events table does not have an organization_id field which is what the Blazer rake task currently looks for when setting row level security.
- Add organization_id column to mortality events
- Update code to scope mortality events to an organization
- Update the Blazer rake task to include Mortality Events
- Update tests accordingly
- Update seed data accordingly
that-jill