mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:34:05 +00:00
Add CreatePostgresUserForTenants
This commit is contained in:
parent
54d0ca6a68
commit
64d1333d37
2 changed files with 26 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Commands\MigrateFresh::class,
|
||||
Commands\ClearPendingTenants::class,
|
||||
Commands\CreatePendingTenants::class,
|
||||
Commands\CreatePostgresUserForTenants::class,
|
||||
Commands\CreateRLSPoliciesForTenantTables::class,
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue