diff --git a/packages/db/src/factories.ts b/packages/db/src/factories.ts index 88609f2..2356ec3 100644 --- a/packages/db/src/factories.ts +++ b/packages/db/src/factories.ts @@ -99,6 +99,8 @@ export function buildPet(overrides: Partial & { clientId: string }): Pet cutStyle: null, shampooPreference: null, specialCareNotes: null, + coatType: null, + petSizeCategory: null, customFields: {}, photoKey: null, photoUploadedAt: null,