Fix syntax error: , at the end of table creation

Fix syntax error: , at the end of table creation
pull/836/head
Yaser Alraddadi 2015-06-03 14:56:03 +03:00
parent d1e8529a7b
commit 2d5e53c0f2
1 changed files with 1 additions and 2 deletions

View File

@ -49,8 +49,7 @@ CREATE TABLE IF NOT EXISTS authentication_holder (
user_auth_id BIGINT,
approved BOOLEAN,
redirect_uri VARCHAR(2048),
client_id VARCHAR(256),
client_id VARCHAR(256)
);
CREATE TABLE IF NOT EXISTS authentication_holder_authority (