Raphaël Moreau
Raphaël Moreau
We should ask the community, but I think RLS should be enable by default or at least print a warning during migration. A table without RLS is exposed (if publicly...
> > We should ask the community, but I think RLS should be enable by default or at least print a warning during migration. > > A table without RLS...
> > What about `DROP` or `ALTER` for policies/roles? > > Those should work the same way it works for tables. Drizzle-kit should diff your schema against what's on the...
Just to don't forget that: https://github.com/drizzle-team/drizzle-orm/issues/594#issuecomment-1917830225 We should reset role at the end of the transaction. ```ts await tx.execute(sql`RESET ROLE;`) ```
👋 The team has been notified that there is some interest in this feature.
> 3\. shadowDatabaseUrl = env("SHADOW_DATABASE_URL") You save my day!
👋 Thanks for reporting I will double-check because I don't remember why I intentionally did that. Maybe it was because the client-side code was not able to fetch assets with...
Update It's still an issue https://github.com/remix-run/react-router/issues/12295
@s-cochrane I will try to patch a demo project and see how I can solve this ticket 👀
Okay, so this issue is now closed and should be released in the next RR version. I will work on it when it's published.