Improve security
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE users
|
||||
ADD COLUMN token_version INTEGER NOT NULL DEFAULT 0;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
-- Your SQL goes here
|
||||
ALTER TABLE users
|
||||
ADD COLUMN token_version INTEGER NOT NULL DEFAULT 0;
|
||||