Update session repository to properly handle delegate_party_id column: - Add delegate_party_id to Save method INSERT and UPDATE statements - Add DelegatePartyID field to sessionRow struct - Update FindByUUID, FindByStatus, FindExpired, FindActive SELECT queries - Update scanSessions method to scan and pass delegate_party_id - Remove placeholder empty string, now loads actual value from database This completes the delegate party functionality by ensuring the delegate party ID is persisted and retrieved correctly from the database. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| backend | ||
| docs | ||
| frontend | ||
| kubernetes | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| README.md | ||
| docker-compose.yml | ||