Commit 6c35a4b
committed
fix: disable RLS concern after disabling database RLS
RLS has been disabled at database level in Supabase.
The RowLevelSecurity concern was trying to set session variables
which caused errors with the connection pooler.
Since Rails already handles organization scoping at application level,
we don't need the RLS concern anymore.1 parent 40ba8bd commit 6c35a4b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments