mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
2 lines
121 B
SQL
2 lines
121 B
SQL
-- v20 (compatible with v17+): Add profile fetch timestamp for puppets
|
|
ALTER TABLE puppet ADD profile_fetched_at BIGINT;
|