chore: rename migration
This commit is contained in:
parent
19138c2d46
commit
91fa16254c
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ exports.up = function (next) {
|
|||
role role NOT NULL DEFAULT 'user',
|
||||
enabled BOOLEAN DEFAULT true,
|
||||
twofa_code VARCHAR(100),
|
||||
temp_twofa_code VARCHAR(100),
|
||||
created TIMESTAMPTZ NOT NULL DEFAULT now(),
|
||||
last_accessed TIMESTAMPTZ NOT NULL DEFAULT now(),
|
||||
last_accessed_from TEXT,
|
||||
Loading…
Add table
Add a link
Reference in a new issue