feat: enhance bottle metadata with distillation/bottling dates and batch info
This commit is contained in:
@@ -44,6 +44,9 @@ CREATE TABLE IF NOT EXISTS bottles (
|
||||
is_whisky BOOLEAN DEFAULT true,
|
||||
confidence INTEGER DEFAULT 100,
|
||||
finished_at TIMESTAMP WITH TIME ZONE,
|
||||
distilled_at TEXT,
|
||||
bottled_at TEXT,
|
||||
batch_info TEXT,
|
||||
created_at TIMESTAMP WITH TIME ZONE DEFAULT timezone('Europe/Berlin'::text, now()),
|
||||
updated_at TIMESTAMP WITH TIME ZONE DEFAULT timezone('Europe/Berlin'::text, now())
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user