summaryrefslogtreecommitdiff
path: root/db/laconica.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/laconica.sql')
-rw-r--r--db/laconica.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/laconica.sql b/db/laconica.sql
index 42e427d0b..a366a6bcb 100644
--- a/db/laconica.sql
+++ b/db/laconica.sql
@@ -88,6 +88,8 @@ create table remote_profile (
create table subscription (
subscriber integer not null comment 'profile listening',
subscribed integer not null comment 'profile being listened to',
+ jabber tinyint default 1 comment 'deliver jabber messages',
+ sms tinyint default 1 comment 'deliver sms messages',
token varchar(255) comment 'authorization token',
secret varchar(255) comment 'token secret',
created datetime not null comment 'date this record was created',