mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-21 07:14:02 +00:00
Adds a --skip-tenants option to all tenant artisan commands (`tenants:run`, `tenants:migrate`, `tenants:rollback`, `tenants:seed`, `tenants:up`, `tenants:down`). The option is the complement of the existing `--tenants` option instead of specifying which tenants to include, you specify which to exclude. --------- Co-authored-by: Jimish Gamit <unique.jimish@gmail.com> Co-authored-by: Samuel Stancl <samuel@archte.ch> Co-authored-by: lukinovec <lukinovec@gmail.com> |
||
|---|---|---|
| .. | ||
| ClearPendingTenants.php | ||
| CreatePendingTenants.php | ||
| CreateUserWithRLSPolicies.php | ||
| Down.php | ||
| Install.php | ||
| Link.php | ||
| Migrate.php | ||
| MigrateFresh.php | ||
| MigrateFreshOverride.php | ||
| PurgeImpersonationTokens.php | ||
| Rollback.php | ||
| Run.php | ||
| Seed.php | ||
| TenantDump.php | ||
| TenantList.php | ||
| Tinker.php | ||
| Up.php | ||