]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/statusnet.sql
Remove verifier from Oauth_application_user (not needed there)
[quix0rs-gnu-social.git] / db / statusnet.sql
index b1867e7f048441552df23becac699da71c9a77c0..3a74f9d7a0361767dca0ac2c62b46f6aafeab3db 100644 (file)
@@ -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)