mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 00:59:40 +02:00
The sessions table on staging was missing newer columns like remember_me, refresh_token, device_id, etc. because the initial migration uses CREATE TABLE IF NOT EXISTS which skips if the table already exists. This migration adds all potentially missing columns to the sessions table using IF NOT EXISTS checks for each column. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| mana-core-auth | ||