Skip to content

Commit

Permalink
Update constraints.md
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
mirnawong1 authored Oct 1, 2024
1 parent 6603fa4 commit aac0997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-properties/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Foreign key constraints accept two additional inputs:

This syntax for defining foreign keys uses `ref`, meaning it will capture dependencies and works across different environments. It is available in [dbt Cloud Versionless](/docs/dbt-versions/upgrade-dbt-version-in-cloud#versionless), and versions of dbt Core starting with v1.9.

<VersionBlock firstVersion="1.9">
<File name='models/schema.yml'>

```yml
Expand Down Expand Up @@ -68,7 +69,6 @@ models:
```
</File>
</VersionBlock>
<VersionBlock lastVersion="1.8">
Expand Down

0 comments on commit aac0997

Please sign in to comment.