diff options
author | mikec <mikec@mikenz.geek.nz> | 2008-07-21 08:00:36 -0400 |
---|---|---|
committer | mikec <mikec@mikenz.geek.nz> | 2008-07-21 08:00:36 -0400 |
commit | 334c652e80e9bb9e53116963ec3f794588be4439 (patch) | |
tree | dffb674f2e3da0365a7514f563d4667069628b66 /db | |
parent | fbf2a58ac3beafea0a0e4031037b52e737bdd384 (diff) |
Publish MicroIDs for email and mpp on profile and notice pages.
darcs-hash:20080721120036-edabd-838335c0e23c80a657d353955b25b52a9a8624b2.gz
Diffstat (limited to 'db')
-rw-r--r-- | db/laconica.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/laconica.sql b/db/laconica.sql index 3e8361bc6..79c34e712 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -50,6 +50,7 @@ create table user ( jabber varchar(255) unique key comment 'jabber ID for notices', jabbernotify tinyint default 0 comment 'whether to send notices to jabber', jabberreplies tinyint default 0 comment 'whether to send notices to jabber on replies', + jabbermicroid tinyint default 1 comment 'whether to publish xmpp microid', updatefrompresence tinyint default 0 comment 'whether to record updates from Jabber presence notices', sms varchar(64) unique key comment 'sms phone number', carrier integer comment 'foreign key to sms_carrier' references sms_carrier (id), |