mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
3 lines
120 B
SQL
3 lines
120 B
SQL
-- v36: Store approximate last seen timestamp of the main device
|
|
|
|
ALTER TABLE "user" ADD COLUMN phone_last_seen BIGINT;
|