You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(persistence): make optional fields nullable in task and habit tables
Update database schema to explicitly allow NULL values for optional
fields in task_table_new (e.g., description, priority, dates, recurrence
params) and habit_record_table_new (e.g., occurred_at, modified_date).
Add CHECK constraint to is_completed for boolean validation.
Regenerate main.mapper.g.dart due to model reflection updates.
0 commit comments