forked from MirrorHub/mautrix-whatsapp
a6dca47740
* Add custom contact info fields to puppet profile * Rename the field names in the new contact info * Set contact info for puppets on startup * Check for hungry inside the contact info function * appservice bot: add contact info to bridge bot Signed-off-by: Sumner Evans <sumner@beeper.com> * go.sum: tidy Signed-off-by: Sumner Evans <sumner@beeper.com> * puppet/UpdateContactInfo: reduce nesting Signed-off-by: Sumner Evans <sumner@beeper.com> --------- Signed-off-by: Sumner Evans <sumner@beeper.com> Co-authored-by: Sumner Evans <sumner@beeper.com>
3 lines
148 B
SQL
3 lines
148 B
SQL
-- 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;
|