summaryrefslogtreecommitdiff
path: root/db/statusnet.sql
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-11-16 16:58:49 -0800
committerZach Copley <zach@status.net>2010-01-14 02:41:04 +0000
commitdad67b030f395816db4ba32cef56e848aea93f96 (patch)
tree006b6a06b9485456713d57181e1fe7aefc1809c1 /db/statusnet.sql
parent8e0499a233292a1df9526efc48e252ea56eedeac (diff)
Workflow for registering new OAuth apps pretty much done.
Diffstat (limited to 'db/statusnet.sql')
-rw-r--r--db/statusnet.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/statusnet.sql b/db/statusnet.sql
index 92f0636f3..fb36adac8 100644
--- a/db/statusnet.sql
+++ b/db/statusnet.sql
@@ -219,7 +219,7 @@ create table oauth_application (
organization varchar(255) comment 'name of the organization running the application',
homepage varchar(255) comment 'homepage for the organization',
callback_url varchar(255) not null comment 'url to redirect to after authentication',
- type tinyint default 0 comment 'type of app, 0 = browser, 1 = desktop',
+ type tinyint default 0 comment 'type of app, 1 = browser, 2 = desktop',
access_type tinyint default 0 comment 'default access type, bit 1 = read, bit 2 = write',
created datetime not null comment 'date this record was created',
modified timestamp comment 'date this record was modified'