Skip to content

Commit

Permalink
Tabling enum saves on heavy enum use
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinMendelGleason committed Oct 20, 2021
1 parent fdbacb9 commit 3c45bdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/document/schema.pl
Expand Up @@ -49,6 +49,7 @@
database_schema(Validation_Object,Schema),
is_schema_enum(Schema, Class).

:- table is_schema_enum/2 as private.
is_schema_enum(Schema, Class) :-
xrdf(Schema, Class, rdf:type, sys:'Enum').

Expand Down

0 comments on commit 3c45bdb

Please sign in to comment.