summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-27 07:42:19 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-27 07:42:19 -0400
commit90b4873a00b0d8b4249a323fc84a7460024f491b (patch)
tree58a6783887b6b5fef653feed019aa1bc1e8b8baf /db
parent47f030ef65d03dcb63f459a02598392fed71a8e4 (diff)
client side of distributed subscription almost complete
darcs-hash:20080527114219-84dde-784ddf4d4650c17bc7a1e3e01219c6948dfc9b3d.gz
Diffstat (limited to 'db')
-rw-r--r--db/stoica.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/stoica.sql b/db/stoica.sql
index e9aa1f998..6a460b350 100644
--- a/db/stoica.sql
+++ b/db/stoica.sql
@@ -56,6 +56,7 @@ create table subscription (
subscriber integer not null comment 'profile listening',
subscribed integer not null comment 'profile being listened to',
token varchar(255) comment 'authorization token',
+ secret varchar(255) comment 'token secret',
created datetime not null comment 'date this record was created',
modified timestamp comment 'date this record was modified',