From 926f706f7472f5779d9e9d42ca905f53a3d30247 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 1 Dec 2020 10:13:27 +0100 Subject: [PATCH] Add documentation for new gravity.db:adlist#date_updated column Signed-off-by: DL6ER --- docs/database/gravity/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/database/gravity/index.md b/docs/database/gravity/index.md index 5d8dab5..3a5ce1f 100644 --- a/docs/database/gravity/index.md +++ b/docs/database/gravity/index.md @@ -30,6 +30,7 @@ Label | Type | Uniqueness enforced | Content `date_added` | integer | No | Timestamp when domain was added `date_modified` | integer | No | Timestamp when domain was last modified, automatically updated when a record is changed `comment` | text | No | Optional field for arbitrary user comments +`date_updated` | integer | No | Timestamp when this list has last been updated (`pihole -g` does **not** update this timestamp when the downloaded list did not change since the last `pihole -g` run) ## Gravity Table (`gravity`)