this effectively reverts the previous case change of the USERS table name

I guess for now we'll leave this quirk in
This commit is contained in:
Brian O'Reilly 2025-12-07 11:27:53 -05:00 committed by Brian O'Reilly
parent 44096dfb4b
commit d66b7b8053
1 changed files with 2 additions and 2 deletions

View File

@ -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)