diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/statusnet_pg.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/statusnet_pg.sql b/db/statusnet_pg.sql index 9f97566a9..aad0def36 100644 --- a/db/statusnet_pg.sql +++ b/db/statusnet_pg.sql @@ -187,6 +187,7 @@ create index fave_modified_idx on fave using btree(modified); create table consumer ( consumer_key varchar(255) primary key /* comment 'unique identifier, root URL' */, + consumer_secret varchar(255) not null /* comment 'secret value', */, seed char(32) not null /* comment 'seed for new tokens by this consumer' */, created timestamp not null default CURRENT_TIMESTAMP /* comment 'date this record was created' */, |