mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 01:14:29 +01:00
4 lines
105 B
MySQL
4 lines
105 B
MySQL
|
-- v38: Store timestamp for previous phone ping
|
||
|
|
||
|
ALTER TABLE "user" ADD COLUMN phone_last_pinged BIGINT;
|