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:
parent
44096dfb4b
commit
d66b7b8053
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue