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
fix(cache): enhance unique key handling in AfterDelete and AfterUpdate
- Refactored AfterDelete and AfterUpdate functions to improve unique key extraction from the database statement.
- Added logic to handle cases where the schema is not directly available, ensuring all unique indexes are invalidated correctly.
- Improved cache invalidation logging for better traceability during delete and update operations.