+\r
/* local and remote users have profiles */\r
\r
create sequence profile_seq;\r
\r
create table nonce (\r
consumer_key varchar(255) not null /* comment 'unique identifier, root URL' */,\r
- tok char(32) not null /* comment 'identifying value' */,\r
+ tok char(32) /* comment 'buggy old value, ignored' */,\r
nonce char(32) null /* comment 'buggy old value, ignored */,\r
ts integer not null /* comment 'timestamp sent' values are epoch, and only used internally */,\r
\r