File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,10 @@ Use [delete](../../application/reference/cli.md#delete-tenant) by tenant ID:
126126
127127``` sh
128128app/bin/tenants -C delete --id 1
129+ app/bin/tenants -C delete --id 1 --drop-tables
129130```
130131
132+
131133### Caching tenant data
132134
133135Use [ cache] ( ../../application/reference/cli.md#cache-tenants-data ) to regenerate the entire tenant data cache:
Original file line number Diff line number Diff line change @@ -284,9 +284,10 @@ The `delete` command removes a tenant from the Chevereto infrastructure.
284284app/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
You can’t perform that action at this time.
0 commit comments