diff options
Diffstat (limited to 'src/clojure/contrib/datalog/example.clj')
-rw-r--r-- | src/clojure/contrib/datalog/example.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/datalog/example.clj b/src/clojure/contrib/datalog/example.clj index afc37bb4..31a7ddaf 100644 --- a/src/clojure/contrib/datalog/example.clj +++ b/src/clojure/contrib/datalog/example.clj @@ -35,6 +35,7 @@ (index :can-do-job :position) (relation :job-replacement [:job :can-be-done-by]) + ;(index :job-replacement :can-be-done-by) (relation :job-exceptions [:id :job]))) |