fix: increase length of refresh token field
This commit is contained in:
parent
e7bc53f858
commit
7872d2ec24
2 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
-- This file should undo anything in `up.sql`
|
||||||
|
ALTER TABLE refresh_tokens ALTER COLUMN device_name TYPE varchar(16);
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- Your SQL goes here
|
||||||
|
ALTER TABLE refresh_tokens ALTER COLUMN device_name TYPE varchar(64);
|
Loading…
Add table
Add a link
Reference in a new issue