mautrix-whatsapp/database/upgrades/36-phone-last-seen-ts.sql

4 lines
120 B
MySQL
Raw Normal View History

2022-05-26 10:23:15 +02:00
-- v36: Store approximate last seen timestamp of the main device
ALTER TABLE "user" ADD COLUMN phone_last_seen BIGINT;