# Conflicts:
#	backend/src/repositories/birdRepository.ts
This commit is contained in:
Corey Blais
2026-05-20 17:15:00 -04:00
20 changed files with 1641 additions and 29 deletions
+3
View File
@@ -106,6 +106,9 @@ export type BirdRow = {
gotcha_day: string | null;
chart_color: string;
photo_data_url: string | null;
photo_object_key: string | null;
photo_content_type: string | null;
photo_updated_at: string | null;
notify_on_dob: boolean;
notify_on_gotcha_day: boolean;
memorialized_at: string | null;