mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
wip
This commit is contained in:
parent
562d507482
commit
034c284303
2 changed files with 4 additions and 2 deletions
|
|
@ -43,6 +43,8 @@ class CreateRLSPoliciesForTables
|
|||
)
|
||||
)");
|
||||
|
||||
dump(DB::select("select CURRENT_USER"));
|
||||
|
||||
DB::statement("ALTER TABLE {$table} FORCE ROW LEVEL SECURITY");
|
||||
|
||||
return Command::SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue