sync’d database tables from HSQL to MySQL and PGSQL

closes #1154
closes #1148
pull/1079/merge
Justin Richer 2016-12-02 14:28:56 -05:00
parent 74d34ab744
commit 337513a559
2 changed files with 8 additions and 0 deletions

View File

@ -169,6 +169,10 @@ CREATE TABLE IF NOT EXISTS client_details (
initiate_login_uri VARCHAR(2048),
clear_access_tokens_on_refresh BOOLEAN DEFAULT true NOT NULL,
software_statement VARCHAR(4096),
code_challenge_method VARCHAR(256),
UNIQUE (client_id)
);

View File

@ -169,6 +169,10 @@ CREATE TABLE IF NOT EXISTS client_details (
initiate_login_uri VARCHAR(2048),
clear_access_tokens_on_refresh BOOLEAN DEFAULT true NOT NULL,
software_statement VARCHAR(4096),
code_challenge_method VARCHAR(256),
UNIQUE (client_id)
);