summaryrefslogtreecommitdiff
path: root/db/statusnet.sql
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-01-13 01:16:42 +0000
committerZach Copley <zach@status.net>2010-01-14 02:41:08 +0000
commit4cfc71f4e0cec5f4c067dbc8f1ba8932a97263f8 (patch)
tree178678d468c43ea39aa8cfad076b69a99e343c85 /db/statusnet.sql
parent5f178cbf20d0f296ffa305be2d85211162f54250 (diff)
Callback URL can be null
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 b50f125db..3f7a1fc8d 100644
--- a/db/statusnet.sql
+++ b/db/statusnet.sql
@@ -218,7 +218,7 @@ create table oauth_application (
source_url varchar(255) comment 'application homepage - used for source link',
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',
+ callback_url varchar(255) comment 'url to redirect to after authentication',
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',