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'