- Replace broken CloudKit/pyicloud Apple Reminders integration with CalDAV-based approach (getAppleReminderLists, fetchTasks from apple-calendar.ts) in tasks/lists, tasks/import, and tasks/sync routes - Restore calendar date picker icon in header for jump-to-date navigation - Add goalScope field to User model with migration - Force-dynamic Google OAuth routes to fix redirect issues - Update Google Tasks client and sync logic Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
86 B
SQL
3 lines
86 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "goalScope" TEXT NOT NULL DEFAULT 'week';
|