fix(db): add missing extended pet profile fields to buildPet factory #75

Closed
Flea Flicker wants to merge 2 commits from fix/gro-1752-extended-pet-profile-fields into dev
Showing only changes of commit b3b2113daa - Show all commits
+4
View File
@@ -105,6 +105,10 @@ export function buildPet(overrides: Partial<PetRow> & { clientId: string }): Pet
photoKey: null,
photoUploadedAt: null,
image: null,
temperamentScore: null,
temperamentFlags: [],
medicalAlerts: [],
preferredCuts: [],
createdAt: new Date("2025-01-01T00:00:00Z"),
updatedAt: new Date("2025-01-01T00:00:00Z"),
};