increase token size for refresh token

This commit is contained in:
Ruben Fiszel
2023-01-27 18:56:42 +01:00
parent b20168dbde
commit 2a9ca487e5
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
-- Add down migration script here

View File

@@ -0,0 +1,2 @@
-- Add up migration script here
ALTER TABLE account ALTER COLUMN refresh_token TYPE VARCHAR(1500);