feat: implement QOL features (Stats, Search, Dram of the Day)
This commit is contained in:
@@ -43,6 +43,7 @@ CREATE TABLE IF NOT EXISTS bottles (
|
||||
purchase_price DECIMAL(10, 2),
|
||||
is_whisky BOOLEAN DEFAULT true,
|
||||
confidence INTEGER DEFAULT 100,
|
||||
finished_at TIMESTAMP WITH TIME ZONE,
|
||||
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