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