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
Updated the tool_calls migration to detect and use the appropriate JSON
column type based on the database adapter:
- Uses jsonb for PostgreSQL databases (better performance and indexing)
- Falls back to standard json type for other databases (MySQL, SQLite, etc.)
- Added postgresql? detection method with proper error handling
- Added comprehensive tests for database adapter detection
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments