backend/migrations/2025-07-15-002434_increase_device_name_length/down.sql

2 lines
No EOL
115 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE refresh_tokens ALTER COLUMN device_name TYPE varchar(16);