mirror of
https://github.com/mautrix/whatsapp.git
synced 2025-03-14 14:15:38 +00:00
3 lines
116 B
SQL
3 lines
116 B
SQL
-- v51: Add last sync timestamp for portals too
|
|
|
|
ALTER TABLE portal ADD COLUMN last_sync BIGINT NOT NULL DEFAULT 0;
|