]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Callback URL can be null
authorZach Copley <zach@status.net>
Wed, 13 Jan 2010 01:16:42 +0000 (01:16 +0000)
committerZach Copley <zach@status.net>
Mon, 25 Jan 2010 00:36:04 +0000 (16:36 -0800)
db/statusnet.sql

index c3160bcf87fe41bb96d231fa9bb3b145ab687e43..b1867e7f048441552df23becac699da71c9a77c0 100644 (file)
@@ -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',