summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
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 b1867e7f0..3a74f9d7a 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)