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
## Changes
- Legacy TACL migration logic currently grouped all permissions in a
single `GRANT` statement. Split this into 2 separate statements, one for
`DENY` and one for `GRANT`
- Added more unit tests, and added integration tests
### Tests
<!-- How is this tested? Please see the checklist below and also
describe any other relevant tests -->
- [x] manually tested
- [x] added unit tests
- [x] added integration tests
- [ ] verified on staging environment (screenshot attached)
0 commit comments