From 87e595c7620f0ffbfde3b24e69447b336327f332 Mon Sep 17 00:00:00 2001 From: lishengzhao <shengzhao@honyee.cc> Date: Sat, 18 Jan 2014 14:18:39 +0800 Subject: [PATCH] Change db configuration --- others/database/oauth.ddl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/others/database/oauth.ddl b/others/database/oauth.ddl index 08eeeac..7a379cb 100644 --- a/others/database/oauth.ddl +++ b/others/database/oauth.ddl @@ -4,7 +4,7 @@ Drop table if exists oauth_client_details; create table oauth_client_details ( - client_id VARCHAR(256) PRIMARY KEY, + client_id VARCHAR(255) PRIMARY KEY, resource_ids VARCHAR(256), client_secret VARCHAR(256), scope VARCHAR(256),