summaryrefslogtreecommitdiff
path: root/database/category.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'database/category.lisp')
-rw-r--r--database/category.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/category.lisp b/database/category.lisp
index 70fb49b..0e902ae 100644
--- a/database/category.lisp
+++ b/database/category.lisp
@@ -6,7 +6,7 @@
(mito:deftable category-split ()
((name :col-type (:varchar 128))
- (category :col-type category))
+ (category :col-type category :accessor category-split-category))
(:record-timestamps nil)
(:conc-name category-split-))