Merge commit 'br3nda/0.8.x-nonce-tok' into 0.8.x
This commit is contained in:
commit
ee942a7696
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
/* local and remote users have profiles */
|
/* local and remote users have profiles */
|
||||||
|
|
||||||
create sequence profile_seq;
|
create sequence profile_seq;
|
||||||
|
@ -184,7 +185,7 @@ create table token (
|
||||||
|
|
||||||
create table nonce (
|
create table nonce (
|
||||||
consumer_key varchar(255) not null /* comment 'unique identifier, root URL' */,
|
consumer_key varchar(255) not null /* comment 'unique identifier, root URL' */,
|
||||||
tok char(32) not null /* comment 'identifying value' */,
|
tok char(32) /* comment 'buggy old value, ignored' */,
|
||||||
nonce char(32) null /* comment 'buggy old value, ignored */,
|
nonce char(32) null /* comment 'buggy old value, ignored */,
|
||||||
ts integer not null /* comment 'timestamp sent' values are epoch, and only used internally */,
|
ts integer not null /* comment 'timestamp sent' values are epoch, and only used internally */,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user