Fix syntax error: , at the end of table creation
Fix syntax error: , at the end of table creationpull/836/head
parent
d1e8529a7b
commit
2d5e53c0f2
|
@ -49,8 +49,7 @@ CREATE TABLE IF NOT EXISTS authentication_holder (
|
||||||
user_auth_id BIGINT,
|
user_auth_id BIGINT,
|
||||||
approved BOOLEAN,
|
approved BOOLEAN,
|
||||||
redirect_uri VARCHAR(2048),
|
redirect_uri VARCHAR(2048),
|
||||||
client_id VARCHAR(256),
|
client_id VARCHAR(256)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS authentication_holder_authority (
|
CREATE TABLE IF NOT EXISTS authentication_holder_authority (
|
||||||
|
|
Loading…
Reference in New Issue