feat: enhance bottle metadata with distillation/bottling dates and batch info
This commit is contained in:
@@ -55,6 +55,9 @@ export async function saveBottle(
|
||||
status: 'sealed', // Default status
|
||||
is_whisky: metadata.is_whisky ?? true,
|
||||
confidence: metadata.confidence ?? 100,
|
||||
distilled_at: metadata.distilled_at,
|
||||
bottled_at: metadata.bottled_at,
|
||||
batch_info: metadata.batch_info,
|
||||
})
|
||||
.select()
|
||||
.single();
|
||||
|
||||
Reference in New Issue
Block a user