1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 19:24:02 +00:00

Delete dump

This commit is contained in:
lukinovec 2023-06-16 10:22:15 +02:00
parent a9b8f1a299
commit bd7f885c23

View file

@ -21,8 +21,6 @@ class CreateRLSPoliciesForTenantTables extends Command
{
tenancy()->getModels()->each(fn (Model $model) => $this->useRlsOnModel($model));
dump('success', DB::select('SELECT * FROM pg_policies'));
return Command::SUCCESS;
}