We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c16f3 commit 5ebef5bCopy full SHA for 5ebef5b
docs/guides/configuration.md
@@ -409,7 +409,7 @@ The `always_recreate_environment` boolean plan option can alter this behavior. W
409
config = Config(
410
model_defaults=ModelDefaultsConfig(dialect=<dialect>),
411
plan=PlanConfig(
412
- always_compare_against_prod=True,
+ always_recreate_environment=True,
413
),
414
)
415
```
0 commit comments