feat: optimize layout for mobile devices (Pixel 9 Pro)
This commit is contained in:
@@ -37,7 +37,7 @@ CREATE TABLE IF NOT EXISTS bottles (
|
||||
category TEXT, -- Single Malt, Bourbon, etc.
|
||||
abv DECIMAL,
|
||||
age INTEGER,
|
||||
status TEXT DEFAULT 'sealed' CHECK (status IN ('sealed', 'open', 'empty')),
|
||||
status TEXT DEFAULT 'sealed' CHECK (status IN ('sealed', 'open', 'sampled', 'empty')),
|
||||
whiskybase_id TEXT,
|
||||
image_url TEXT,
|
||||
is_whisky BOOLEAN DEFAULT true,
|
||||
|
||||
Reference in New Issue
Block a user