Changed table revoked to add expiry
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
-- Add migration script here
|
||||
CREATE TABLE IF NOT EXISTS revoked (
|
||||
'token_id' INTEGER NOT NULL,
|
||||
'user_id' VARCHAR NOT NULL
|
||||
'user_id' VARCHAR NOT NULL,
|
||||
'expires' INTEGER NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user