diff --git a/database.lisp b/database.lisp index 9d08b7a..bbeb568 100644 --- a/database.lisp +++ b/database.lisp @@ -23,8 +23,8 @@ (user-id :integer) (track-ids :text)))) - (unless (db:collection-exists-p "users") - (db:create "users" '((username :text) + (unless (db:collection-exists-p "USERS") + (db:create "USERS" '((username :text) (email :text) (password-hash :text) (role :text)