summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-01-13 21:14:22 +0000
committerZach Copley <zach@status.net>2010-01-14 02:41:10 +0000
commitead1ef4c6826a20096d5f16bd21ad25434244716 (patch)
treeb955f10014c4464a303d6ed211fd1c00af2bc80c /db
parent38269a6579789cbdaa309fa08e6cbb196879e7cf (diff)
Remove verifier from Oauth_application_user (not needed there)
Diffstat (limited to 'db')
-rw-r--r--db/statusnet.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/statusnet.sql b/db/statusnet.sql
index 3f7a1fc8d..060d9fc89 100644
--- a/db/statusnet.sql
+++ b/db/statusnet.sql
@@ -230,7 +230,6 @@ create table oauth_application_user (
application_id integer not null comment 'id of the application' references oauth_application (id),
access_type tinyint default 0 comment 'access type, bit 1 = read, bit 2 = write, bit 3 = revoked',
token varchar(255) comment 'request or access token',
- verifier varchar(255) not null comment 'verification code',
created datetime not null comment 'date this record was created',
modified timestamp comment 'date this record was modified',
constraint primary key (profile_id, application_id)