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