From 5372ff6e2ee325cd0da97b555af6d1772c20542c Mon Sep 17 00:00:00 2001 From: Samu__ Date: Thu, 17 Oct 2024 12:25:38 +0200 Subject: [PATCH] add diet:organic=* as deprecated --- data/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index b4a4206e..13b16e99 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -506,6 +506,10 @@ "old": {"diaper": "yes"}, "replace": {"changing_table": "yes"} }, + { + "old": {"diet:organic": "*"}, + "replace": {"organic": "$1"} + }, { "old": {"direction": "all"}, "replace": {"direction": "both"}