Updated msql table definitions

pull/340/head
Amanda Anganes 2013-06-20 16:28:09 -04:00
parent 2d66f119ff
commit 8b1a538464
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ CREATE TABLE IF NOT EXISTS access_token (
refresh_token_id BIGINT,
client_id VARCHAR(256),
auth_holder_id BIGINT,
id_token_id BIGINT
id_token_id BIGINT,
approved_site_id BIGINT
);
CREATE TABLE IF NOT EXISTS address (