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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking changes
scopeByColumn(table, table.column) now infers insert/update validation keys from the table property by default. Rules that previously scoped reads only will now reject cross-scope insert/update payloads unless validation is disabled explicitly with insertKey: false or updateKey: false.
Changed
Common single-column rules no longer need insertKey; Drizzle table metadata maps workspaceId: text("workspace_id") to the workspaceId insert/update payload key automatically.