fix: only use umami in prod and remove UNIQUE modifier
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