Skip to content

Commit 2d5e53c

Browse files
committed
Fix syntax error: , at the end of table creation
Fix syntax error: , at the end of table creation
1 parent d1e8529 commit 2d5e53c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openid-connect-server-webapp/src/main/resources/db/tables/psql_database_tables.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ CREATE TABLE IF NOT EXISTS authentication_holder (
4949
user_auth_id BIGINT,
5050
approved BOOLEAN,
5151
redirect_uri VARCHAR(2048),
52-
client_id VARCHAR(256),
53-
52+
client_id VARCHAR(256)
5453
);
5554

5655
CREATE TABLE IF NOT EXISTS authentication_holder_authority (

0 commit comments

Comments
 (0)