fix: increase length of refresh token field

This commit is contained in:
Twig 2025-07-15 02:30:07 +02:00
parent e7bc53f858
commit 7872d2ec24
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
-- This file should undo anything in `up.sql`
ALTER TABLE refresh_tokens ALTER COLUMN device_name TYPE varchar(16);

View file

@ -0,0 +1,2 @@
-- Your SQL goes here
ALTER TABLE refresh_tokens ALTER COLUMN device_name TYPE varchar(64);