extend oauth refresh account size

This commit is contained in:
Ruben Fiszel
2025-11-29 11:28:51 +00:00
parent b40ae56de5
commit 2628caf8ad
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1 @@
-- Add down migration script here
@@ -0,0 +1,2 @@
-- Add up migration script here
ALTER TABLE account ALTER COLUMN refresh_token TYPE VARCHAR(10000);