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>
1 parent bba283f commit 22e64b714ed31bc8ea5a672abdbaad9dbcfa79f5
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 8 May
Showing 1 changed file
View
navi/auth/_ddl.py