1741b57a0b
Stores sha256(token) plus user_agent + last_seen_at so future active-sessions UI doesn't need another migration. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 lines
74 B
SQL
3 lines
74 B
SQL
DROP INDEX IF EXISTS sessions_user_id_idx;
|
|
DROP TABLE IF EXISTS sessions;
|