Skip to content

Commit

Permalink
doc: update concurrent_index policy (#2132)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Sep 28, 2023
1 parent a7f50ce commit 58ec147
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/md/declarative/apply.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ atlas schema apply --env "local" --var "destructive=true"
```hcl title="atlas.hcl"
env "local" {
diff {
// By default, indexes are not created or dropped concurrently.
// By default, indexes are not added or dropped concurrently.
concurrent_index {
create = true
drop = true
add = true
drop = true
}
}
}
Expand Down Expand Up @@ -335,4 +335,4 @@ project files in multi-tenant environments.

## Reference

[CLI Command Reference](/cli-reference#atlas-schema-apply)
[CLI Command Reference](/cli-reference#atlas-schema-apply)

0 comments on commit 58ec147

Please sign in to comment.