Skip to content

Commit

Permalink
fix(database): revert column size bump to users token values (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Mar 8, 2023
1 parent d24da14 commit d8995be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/user/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ IF NOT EXISTS
users (
id SERIAL PRIMARY KEY,
name VARCHAR(250),
refresh_token VARCHAR(1000),
token VARCHAR(1000),
refresh_token VARCHAR(500),
token VARCHAR(500),
hash VARCHAR(500),
favorites VARCHAR(5000),
active BOOLEAN,
Expand Down

0 comments on commit d8995be

Please sign in to comment.