Skip to content

Commit 33cb1a1

Browse files
committed
ignore some properties for N (WIP commit)
1 parent 45689a8 commit 33cb1a1

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

  • databases/catdat/data/003_category-property-assignments

databases/catdat/data/003_category-property-assignments/N.sql

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ VALUES
3535
TRUE,
3636
'Every non-empty set of natural numbers has a minimum.'
3737
),
38-
(
39-
'N',
40-
'skeletal',
41-
TRUE,
42-
'The relation $\leq$ is antisymmetric.'
43-
),
4438
(
4539
'N',
4640
'semi-strongly connected',
@@ -64,4 +58,9 @@ VALUES
6458
'countable coproducts',
6559
FALSE,
6660
'The numbers $0,1,2,\dotsc$ have no supremum, i.e. no coproduct.'
67-
);
61+
);
62+
63+
-- properties that should be ignored by the redundancy check script
64+
UPDATE category_property_assignments
65+
SET check_redundancy = FALSE
66+
WHERE property_id IN ('thin', 'finitely cocomplete');

0 commit comments

Comments
 (0)