1
0
Fork 0
mirror of https://github.com/mautrix/signal.git synced 2026-05-15 21:56:53 -04:00
mautrix-signal/pkg/signalmeow/store/upgrades/06-profile-avatar-path.sql

2 lines
143 B
MySQL
Raw Permalink Normal View History

2024-01-05 20:37:47 +02:00
-- v6 (compatible with v5+): Save profile avatar path
ALTER TABLE signalmeow_contacts ADD COLUMN profile_avatar_path TEXT NOT NULL DEFAULT '';