fix: only use umami in prod and remove UNIQUE modifier
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 52s
All checks were successful
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 52s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
-- E.G. email-verifications, password-resets, unsubscribe-from-newsletter etc.
|
||||
CREATE TABLE user_token (
|
||||
user_uuid TEXT NOT NULL UNIQUE,
|
||||
user_uuid TEXT NOT NULL,
|
||||
|
||||
type TEXT NOT NULL,
|
||||
token TEXT NOT NULL UNIQUE PRIMARY KEY,
|
||||
|
||||
Reference in New Issue
Block a user