mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2025-03-05 00:40:18 +01:00
4 lines
120 B
MySQL
4 lines
120 B
MySQL
|
-- v36: Store approximate last seen timestamp of the main device
|
||
|
|
||
|
ALTER TABLE "user" ADD COLUMN phone_last_seen BIGINT;
|