ab947f1f08
Added DB column validator_time and chedking that is is less then token's "Issuead at time" Wip on #1462
1 line
No EOL
77 B
SQL
1 line
No EOL
77 B
SQL
ALTER TABLE user_ ADD COLUMN validator_time timestamp not null default now(); |