aboutsummaryrefslogtreecommitdiffhomepage
path: root/model.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'model.lisp')
-rw-r--r--model.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/model.lisp b/model.lisp
index 399d018..432eec7 100644
--- a/model.lisp
+++ b/model.lisp
@@ -12,7 +12,8 @@
(defclass/bknr user (keyed)
((name :with
:index-type string-unique-index
- :index-reader user-with-name)
+ :index-reader user-with-name
+ :index-initargs (:test 'equalp))
(playlists :with :std (list))
(pwsalt :with :std (nuid))
(pwhash :with)))