diff options
Diffstat (limited to 'model.lisp')
-rw-r--r-- | model.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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))) |