|
Fix missing columns in navi_users: add boot-time ALTER TABLE migration
The navi_users table already existed on this deployment, so the updated CREATE TABLE IF NOT EXISTS was a no-op. Run ALTER TABLE ADD COLUMN for username, first_name, last_name, phone, birth_date, country, city, locale if they are missing (checked via information_schema.columns). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/auth/_ddl.py |
|---|