0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-15 19:33:53 +02:00
bitwarden_rs/migrations/postgresql/2024-02-14-135953_change_time_stamp_data_type/up.sql
gzfrozen 000c606029
Change timestamp data type. (#4355)
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
2024-03-17 22:04:37 +01:00

4 lines
95 B
SQL

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