1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:34:05 +00:00

Add CreatePostgresUserForTenants

This commit is contained in:
lukinovec 2023-04-21 14:35:26 +02:00
parent 54d0ca6a68
commit 64d1333d37
2 changed files with 26 additions and 0 deletions

View file

@ -89,6 +89,7 @@ class TenancyServiceProvider extends ServiceProvider
Commands\MigrateFresh::class,
Commands\ClearPendingTenants::class,
Commands\CreatePendingTenants::class,
Commands\CreatePostgresUserForTenants::class,
Commands\CreateRLSPoliciesForTenantTables::class,
]);