⚠️ פעולה נדרשת: שדות חדשים במשימות עדיין לא פעילים
בגלל זה: סימון "נקרא" לא נשמר (המשימה תמיד תיראה כלא-נקראה), ושעת יעד / תוכן משימה לא נשמרים גם אם הזנת אותם. יש להריץ פעם אחת ב-Supabase → SQL Editor:
alter table tasks
add column if not exists due_time time,
add column if not exists read_at timestamptz,
add column if not exists description text,
add column if not exists completed_at timestamptz;