- New families.pediatrician_name column (migration 0008) - Settings card: Name input above Phone input, single Save - Emergency page: shows doctor's name above the call button - AI medical redirects: personalised "Call Dr. X: +91…" message Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 lines
72 B
SQL
2 lines
72 B
SQL
ALTER TABLE families
|
|
ADD COLUMN IF NOT EXISTS pediatrician_name text;
|