Filter meal suggestions by simple flavor profiles
This commit is contained in:
@@ -122,6 +122,7 @@ CREATE TABLE IF NOT EXISTS items (
|
||||
name TEXT NOT NULL,
|
||||
category TEXT,
|
||||
base_type TEXT NOT NULL DEFAULT 'neutral',
|
||||
flavor_profile TEXT NOT NULL DEFAULT 'neutral',
|
||||
suggestion_role TEXT NOT NULL DEFAULT 'base',
|
||||
suggestion_priority TEXT NOT NULL DEFAULT 'normal',
|
||||
can_be_meal_core INTEGER NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user