Updates based on dexidp pr

Signed-off-by: justin-slowik <justin.slowik@thermofisher.com>
This commit is contained in:
justin-slowik
2020-06-02 14:39:30 -04:00
parent f91f294385
commit 1404477326
4 changed files with 7 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ var migrations = []migration{
create table device_token (
device_code text not null primary key,
status text not null,
token text,
token bytea,
expiry timestamptz not null,
last_request timestamptz not null,
poll_interval integer not null