Skip to content

Commit

Permalink
Update website/docs/reference/resource-properties/versions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mirna Wong <[email protected]>
  • Loading branch information
nataliefiann and mirnawong1 authored Sep 24, 2024
1 parent 529f862 commit 0c20e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-properties/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Breaking changes include:
- Removing or modifying one of the `constraints` on an existing column (dbt v1.6 or higher)
- Changing unversioned, contracted models.
- dbt also warns if a model has or had a contract but isn't versioned
- Removing a contracted model constitutes a breaking change. A model is considered 'removed' if it is deleted, renamed, or disabled:
- Removing a contracted model is a breaking change. A model is considered 'removed' if it's deleted, renamed, or disabled (using the `config: enabled`):
- When you remove a versioned model, you will receive an error.
- When you remove an unversioned contract, you will receive a warning.

Expand Down

0 comments on commit 0c20e9c

Please sign in to comment.