lemmy/migrations/2021-02-28-192405_add_col_user_validator_time/down.sql
Bogdan Mart ab947f1f08 User token revocation upon password change
Added DB column validator_time and chedking that is is less then token's "Issuead at time"
Wip on #1462
2021-03-13 20:16:35 +02:00

1 line
No EOL
45 B
SQL

ALTER TABLE user_ DROP COLUMN validator_time;