mautrix-whatsapp/database/upgrades/36-phone-last-seen-ts.sql
2022-05-26 11:23:15 +03:00

4 lines
120 B
SQL

-- v36: Store approximate last seen timestamp of the main device
ALTER TABLE "user" ADD COLUMN phone_last_seen BIGINT;