mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-12 13:01:45 +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;
|