mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-15 06:22:15 +01:00
4 lines
148 B
MySQL
4 lines
148 B
MySQL
|
-- v55: Store whether custom contact info has been set for a puppet
|
||
|
|
||
|
ALTER TABLE puppet ADD COLUMN contact_info_set BOOLEAN NOT NULL DEFAULT false;
|