summaryrefslogtreecommitdiff
path: root/database/category.lisp
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-07-10 16:18:36 -0700
committerLogan Hunt <loganhunt@simponic.xyz>2022-07-10 16:18:36 -0700
commite7bcc0e863cc3e8aec0a5de8de4fd6debdec9896 (patch)
tree1f6b79ae8e7f2ed6cf95c08777bc9dee87c867ab /database/category.lisp
parente718ef491df8afb2fa80b8d1d9c88a402d4e90ec (diff)
downloadlispruns-e7bcc0e863cc3e8aec0a5de8de4fd6debdec9896.tar.gz
lispruns-e7bcc0e863cc3e8aec0a5de8de4fd6debdec9896.zip
Add manual accessors to fix weird accessor issues on linux
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-))