From fa4a2d34855da5eca29d81409cb5fbd64f13faba Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 22 May 2010 20:04:46 +1200 Subject: added verifier and verified_callback to postgres schema and update script --- db/08to09_pg.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'db/08to09_pg.sql') diff --git a/db/08to09_pg.sql b/db/08to09_pg.sql index a1cbad814..ecf100884 100644 --- a/db/08to09_pg.sql +++ b/db/08to09_pg.sql @@ -83,3 +83,6 @@ ALTER TABLE profile ADD COLUMN location_ns integer /* comment 'namespace for loc ALTER TABLE consumer add COLUMN consumer_secret varchar(255) not null ; /*comment 'secret value'*/ +ALTER TABLE token ADD COLUMN verifier varchar(255); /* comment 'verifier string for OAuth 1.0a',*/ +ALTER TABLE token ADD COLUMN verified_callback varchar(255); /* comment 'verified callback URL for OAuth 1.0a',*/ + -- cgit v1.2.3-54-g00ecf