Add missing sql comment for site_path.filtered

This commit is contained in:
ibu 2022-01-09 13:14:19 +00:00
parent 554cf14451
commit 48389a0769
1 changed files with 2 additions and 0 deletions

View File

@ -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'