vaultwarden/migrations/postgresql/2024-02-14-135953_change_ti.../up.sql

4 lines
95 B
SQL

ALTER TABLE twofactor
ALTER COLUMN last_used TYPE BIGINT,
ALTER COLUMN last_used SET NOT NULL;