From 48389a07699b1e9b20cc63b8296cf8fbbd725102 Mon Sep 17 00:00:00 2001 From: ibu Date: Sun, 9 Jan 2022 13:14:19 +0000 Subject: [PATCH] Add missing sql comment for site_path.filtered --- src/atextcrawler/migrations/1.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/atextcrawler/migrations/1.sql b/src/atextcrawler/migrations/1.sql index 0c4053f..68000c1 100644 --- a/src/atextcrawler/migrations/1.sql +++ b/src/atextcrawler/migrations/1.sql @@ -231,6 +231,8 @@ COMMENT ON COLUMN site_path.path IS 'Path' ---- COMMENT ON COLUMN site_path.last_visit IS 'Time of last retrieval of the resource; null before first retrival' ---- +COMMENT ON COLUMN site_path.filtered IS 'Whether the path was filtered' +---- COMMENT ON COLUMN site_path.ok_count IS 'Increased by 1 for every successful retrieval of the resource and decreased by 1 for every failed' ---- COMMENT ON COLUMN site_path.canonical IS 'Whether the path is the canonical one for the resource; null before first retrival'