sync_wa_log.user_id has a FK to users; passing 0 fails since no user with id=0 exists. Scheduler runs without a user context, so use NULL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
sync_wa_log.user_id has a FK to users; passing 0 fails since no user with id=0 exists. Scheduler runs without a user context, so use NULL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>