From 90b4873a00b0d8b4249a323fc84a7460024f491b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 27 May 2008 07:42:19 -0400 Subject: client side of distributed subscription almost complete darcs-hash:20080527114219-84dde-784ddf4d4650c17bc7a1e3e01219c6948dfc9b3d.gz --- db/stoica.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'db/stoica.sql') 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', -- cgit v1.2.3-54-g00ecf