Skip to content

Commit d610bfa

Browse files
committed
wip mt
1 parent 288279b commit d610bfa

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

application/configuration/multitenancy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,10 @@ Use [delete](../../application/reference/cli.md#delete-tenant) by tenant ID:
126126

127127
```sh
128128
app/bin/tenants -C delete --id 1
129+
app/bin/tenants -C delete --id 1 --drop-tables
129130
```
130131

132+
131133
### Caching tenant data
132134

133135
Use [cache](../../application/reference/cli.md#cache-tenants-data) to regenerate the entire tenant data cache:

application/reference/cli.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,10 @@ The `delete` command removes a tenant from the Chevereto infrastructure.
284284
app/bin/tenants -C delete --id 1
285285
```
286286

287-
| Option | Description |
288-
| ------ | ----------- |
289-
| id | Tenant ID |
287+
| Option | Description |
288+
| ----------- | -------------------------------------- |
289+
| id | Tenant ID |
290+
| drop-tables | (optional) Drop tenant database tables |
290291

291292
### Cache tenants data
292293

0 commit comments

Comments
 (0)