From e7bcc0e863cc3e8aec0a5de8de4fd6debdec9896 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sun, 10 Jul 2022 16:18:36 -0700 Subject: Add manual accessors to fix weird accessor issues on linux --- database/category.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/category.lisp') 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-)) -- cgit v1.2.3-70-g09d2