summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
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',