Files
rips_manager/app/services
Lizandro GuarnizoandClaude Sonnet 4.6 29b6aa4016 fix: pass user_id=None in scheduler sync log to avoid FK constraint
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>
2026-07-17 09:25:17 -05:00
..